Files
feeddeck/.github/ISSUE_TEMPLATE/bug_report.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

46 lines
823 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: '[<SOURCE>]'
labels: bug
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"
-->
## Describe the Bug
A clear and concise description of what the bug is.
## Platform
- [ ] Android
- [ ] iOS
- [ ] Linux
- [ ] macOS
- [ ] Windows
- [ ] Web
## To Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Expected behavior
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context
Add any other context about the problem here.