From 85096f67fb2fabec2bfecf893e33c8493bccac73 Mon Sep 17 00:00:00 2001 From: Howard Wolosky Date: Mon, 20 May 2019 11:19:12 -0700 Subject: [PATCH] Update bug/feature templates to track if submitted requests assignment An additional datapoint that can be helpful during triage of bugs and features is if the submitter is interested in being the implementor 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 db98fc73..703acacd 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 0032d0b7..ec0b1b44 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.