diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..20b984bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a Bromite bug report + +--- + +**Version** + +Version: `v67...` +Arch: `arm` or `arm64` or `x86` + +**Is the bug reproducible with latest version?** +`Bug must be reproducible with latest version` + +**Can the bug be reproduced with corresponding [Chromium](https://github.com/bromite/chromium/releases) version?** +`Bug must NOT be reproducible with Chromium to be qualified as a Bromite bug` + +**Is the bug a crash?** +If yes then individuate and post the logcat dump (remove privacy sensitive information, if any), otherwise remove this section. + +**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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..c239a008 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest a privacy-related idea for this project + +--- + +**Is your feature request related to privacy?** +Only privacy-related feature requests are considered. + +**Is there a patch available for this feature somewhere?** +... + +**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.