crieur/.gitea/issue_template/question.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

16 lines
330 B
Markdown

---
name: "❓ Ask a question"
about: "If you have a question about the usage of the libraries or the tool"
title: ""
labels:
- "type::question"
- "status::review_needed"
---
*ask your question*
*describe what you have you read so far to try to answer this question ?*
*(optional) would you think the is a in documentation ?*