Update bug/feature templates to track if submitter requests assignment (#510)
An additional datapoint that can be helpful during triage of bugs and features is if the submitter is interested in being the implementer as well. Updating the bug_report and feature_request templates to help track this.
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -34,9 +34,9 @@ Steps to reproduce the behavior:
|
||||
- OS Build:
|
||||
- Architecture:
|
||||
- Application Version:
|
||||
- Region:
|
||||
- Dev Version Installed:
|
||||
|
||||
- Region:
|
||||
- Dev Version Installed:
|
||||
|
||||
<!--
|
||||
Run the following commands in Powershell and copy/paste the output.
|
||||
" - OS Build: $([Environment]::OSVersion.Version)"
|
||||
@@ -48,3 +48,13 @@ Run the following commands in Powershell and copy/paste the output.
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context about the problem here. -->
|
||||
|
||||
**Requested Assignment**
|
||||
<!--
|
||||
Some people just want to report a bug and let someone else fix it.
|
||||
Other people want to not only submit the bug report, but fix it as well.
|
||||
Both scenarios are completely ok. We just want to know which one it is.
|
||||
Please indicate which bucket you fall into by keeping one and removing the other.
|
||||
-->
|
||||
If possible, I would like to fix this.
|
||||
I'm just reporting this problem. I don't want to fix it.
|
||||
|
||||
Reference in New Issue
Block a user