Use headers
This commit is contained in:
parent
a237a5ce1b
commit
290ac541a5
1 changed files with 9 additions and 9 deletions
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -4,36 +4,36 @@ about: Create a Bromite bug report
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Bromite version**
|
# Bromite version
|
||||||
|
|
||||||
Version: `76.0...`
|
Version: `76.0...`
|
||||||
Arch: `arm` or `arm64` or `x86`
|
Arch: `arm` or `arm64` or `x86`
|
||||||
Android version: (example: `9.0`)
|
Android version: (example: `9.0`)
|
||||||
Device model: (example: `SM-G960UZKABST`)
|
Device model: (example: `SM-G960UZKABST`)
|
||||||
|
|
||||||
**Is this bug about the SystemWebView?**
|
# Is this bug about the SystemWebView?
|
||||||
Yes/No
|
Yes/No
|
||||||
|
|
||||||
No support for SystemWebView installations is provided.
|
No support for SystemWebView installations is provided.
|
||||||
|
|
||||||
**Is the bug reproducible with latest version?**
|
# Is the bug reproducible with latest version?
|
||||||
|
|
||||||
Do not report bugs which are not reproducible with latest version
|
Do not report bugs which are not reproducible with latest version
|
||||||
|
|
||||||
**Can the bug be reproduced with corresponding Chromium version?**
|
# Can the bug be reproduced with corresponding Chromium version?
|
||||||
|
|
||||||
Please pick the same version of Chromium as Bromite from here: https://github.com/bromite/chromium/releases
|
Please pick the same version of Chromium as Bromite from here: https://github.com/bromite/chromium/releases
|
||||||
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.
|
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.
|
||||||
|
|
||||||
**Is the bug a crash?**
|
# Is the bug a crash?
|
||||||
|
|
||||||
If yes then individuate and post the logcat dump (remove privacy sensitive information, if any), otherwise remove this section.
|
If yes then individuate and post the logcat dump (remove privacy sensitive information, if any), otherwise remove this section.
|
||||||
|
|
||||||
**Describe the bug**
|
# Describe the bug
|
||||||
|
|
||||||
Write here a clear and concise description of the bug.
|
Write here a clear and concise description of the bug.
|
||||||
|
|
||||||
**To Reproduce**
|
# Steps to reproduce the bug
|
||||||
|
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
|
@ -41,10 +41,10 @@ Steps to reproduce the behavior:
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
**Expected behavior**
|
# Expected behavior
|
||||||
|
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
# Screenshots
|
||||||
|
|
||||||
If applicable, add screenshots to help explain your problem. Otherwise remove this section.
|
If applicable, add screenshots to help explain your problem. Otherwise remove this section.
|
||||||
|
|
Loading…
Add table
Reference in a new issue