All checks were successful
continuous-integration/drone/push Build is passing
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.
20 lines
422 B
Markdown
20 lines
422 B
Markdown
---
|
|
name: "🗣 Design discussion"
|
|
about: "For discussion about the design of features in the application, when there are several possibilities for implementation"
|
|
title: ""
|
|
labels:
|
|
- "type::discussion"
|
|
- "status::review_needed"
|
|
|
|
---
|
|
|
|
*describe shortly the problem*
|
|
|
|
## Requirements
|
|
|
|
*list requirements that the feature have*
|
|
|
|
## Propositions
|
|
|
|
*explain the different implementation that you would propose for the feature*
|