crieur/.gitea/issue_template/design_discussion.md
koalp c4ab210c4d
feat: add retrieval application and one newspaper
A first example as well as some documentation have been added

The first example builds an article location and download the article as
an html String.

The documentation explains how it has been designed and what is the goal
of the application as well as it's intended architecture
2021-04-23 22:12:02 +02:00

20 lines
417 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*