Files
feeddeck/.github/ISSUE_TEMPLATE/feature_request.md
ricoberger b4a2c261b5 [core] Add Issue and Pull Request Template
This commit adds two issue templates and a pull request template. A user
can now select between reporting a bug or requesting a new feature when
opening an issue. The pull request template provides some guidance on
naming the pull request and on the required description.
2023-09-22 20:26:58 +02:00

32 lines
835 B
Markdown

---
name: Feature request
about: Suggest an idea for this project
title: '[<SOURCE>]'
labels: enhancement
assignees: ''
---
<!--
Please add the source type for your bug to the title of the issue, e.g. "[rss] RSS Feed could not be parsed". When
your problem is not related to a source use "core", e.g. "[core] Feature xyz is not working"
-->
## Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
## Describe the solution you'd like
A clear and concise description of what you want to happen.
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've
considered.
## Additional context
Add any other context or screenshots about the feature request here.