From 9515544c2542fcc68921f529af320d6dba08cbf1 Mon Sep 17 00:00:00 2001 From: Howard Wolosky Date: Mon, 20 May 2019 17:19:00 -0700 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 13 ++++++++++++- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index db98fc7..efff3e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,9 +34,9 @@ Steps to reproduce the behavior: - OS Build: - Architecture: - Application Version: - - Region: - - Dev Version Installed: - + - Region: + - Dev Version Installed: + + +**Requested Assignment** + +If possible, I would like to fix this. +I'm just reporting this problem. I don't want to fix it. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0032d0b..908a643 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -13,7 +13,7 @@ See https://github.com/Microsoft/calculator/blob/master/docs/NewFeatureProcess.m **Problem Statement** **Evidence or User Insights** @@ -41,3 +41,14 @@ Things we are explicitly not doing or supporting or that are out of scope, inclu + +**Requested Assignment** + +If possible, I would like to implement this. +I'm just suggesting this idea. I don't want to implement it.