diff options
| author | 2021-02-27 12:05:46 -0500 | |
|---|---|---|
| committer | 2021-02-27 18:05:46 +0100 | |
| commit | 13a47d34af32c4f0f8c4997be622ec06f29552e3 (patch) | |
| tree | dd4af581e9667d060cfed2350e3803987151746c | |
| parent | ea5cd595c962ae29465c8f23e503868cc605b9b2 (diff) | |
Update issue templates (#3490)
* Update issue templates
Add templates for issues and feature requests.
* Update bug_report.md
* Update bug_report.md
* Update bug_report.md
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 36 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
2 files changed, 56 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..84d50e6ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +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. + +**Environment information (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. Ubuntu 20.04] + - Browser: [e.g. Firefox 86] + - FreshRSS version: [e.g. 1.17.1] + - Database version: [e.g. Mysql 5.7] + - PHP version: [e.g. PHP 7.4] + - Installation type: [e.g. Yunohost] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..f9acdb30b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: '' +assignees: '' + +--- + +**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. |
