mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-29 19:11:45 -05:00
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.
46 lines
823 B
Markdown
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.
|