templates: bug: ask if the bug is a regression
Add a note to the bug report GitHub template asking if the bug is a regression, and asking for a bisected commit if available. This should make regression bugs easier to triage, or even point the author to the solution. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
575a8e116c
commit
3767e07c90
1 changed files with 2 additions and 0 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -14,6 +14,8 @@ Please also mention any information which could help others to understand
|
|||
the problem you're facing:
|
||||
- What target platform are you using?
|
||||
- What have you tried to diagnose or workaround this issue?
|
||||
- Is this a regression? If yes, have you been able to "git bisect" it to a
|
||||
specific commit?
|
||||
- ...
|
||||
|
||||
**To Reproduce**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue