crieur/.gitea/issue_template/bug_report.md
koalp b1d025a23c
All checks were successful
continuous-integration/drone/push Build is passing
feat: move ArticleLocation to defined errors
Previously, the functions in article_location.rs where returning generic
anyhow::Result.

In order to ease error handling when using the library, it have been
moved to specific errors.
2021-04-30 19:55:52 +02:00

20 lines
262 B
Markdown

---
name: "🐛 Bug report"
about: "For reporting bugs"
title: ""
labels:
- "type::bug"
- "status::review_needed"
---
**Description**
*write a concise bug description*
**Steps to reproduce**
1.
2.
**Expected behavior**
*describe what you expected to happen*