From 3aeaa460b29c0db488cc2e22a0928294e51da60b Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 6 Oct 2022 10:34:13 -0400 Subject: [PATCH 1/2] Inform that we track issues outside of Github --- .github/ISSUE_TEMPLATE/browser.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/cli.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/desktop.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/web.yml | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/browser.yml b/.github/ISSUE_TEMPLATE/browser.yml index b28dce144b30..198ec6a83c1a 100644 --- a/.github/ISSUE_TEMPLATE/browser.yml +++ b/.github/ISSUE_TEMPLATE/browser.yml @@ -91,3 +91,11 @@ body: description: What version of our software are you running? (go to "Settings" → "About" in the extension) validations: required: true + - type: input + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + Please don't change this value, it's intended to inform you and anyone who reads this issue. + value: | + Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. diff --git a/.github/ISSUE_TEMPLATE/cli.yml b/.github/ISSUE_TEMPLATE/cli.yml index 3a54a40477dc..50a15899bc40 100644 --- a/.github/ISSUE_TEMPLATE/cli.yml +++ b/.github/ISSUE_TEMPLATE/cli.yml @@ -80,3 +80,11 @@ body: description: What version of our software are you running? (run `bw --version`) validations: required: true + - type: input + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + Please don't change this value, it's intended to inform you and anyone who reads this issue. + value: | + Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. diff --git a/.github/ISSUE_TEMPLATE/desktop.yml b/.github/ISSUE_TEMPLATE/desktop.yml index 94b72a0020d6..759fecba5b6f 100644 --- a/.github/ISSUE_TEMPLATE/desktop.yml +++ b/.github/ISSUE_TEMPLATE/desktop.yml @@ -83,3 +83,11 @@ body: description: What version of our software are you running? (go to "Help" → "About Bitwarden" in the app) validations: required: true + - type: input + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + Please don't change this value, it's intended to inform you and anyone who reads this issue. + value: | + Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. diff --git a/.github/ISSUE_TEMPLATE/web.yml b/.github/ISSUE_TEMPLATE/web.yml index ef995e662ceb..18723e0ff544 100644 --- a/.github/ISSUE_TEMPLATE/web.yml +++ b/.github/ISSUE_TEMPLATE/web.yml @@ -91,3 +91,11 @@ body: description: What version of our software are you running? (Bottom of the page) validations: required: true + - type: input + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + Please don't change this value, it's intended to inform you and anyone who reads this issue. + value: | + Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. From fd98af7fc2183d5cc0c888ef180aa8c32659d3e5 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 11 Oct 2022 17:17:13 -0400 Subject: [PATCH 2/2] Use checkboxes for info acknowledgement --- .github/ISSUE_TEMPLATE/browser.yml | 8 ++++---- .github/ISSUE_TEMPLATE/cli.yml | 8 ++++---- .github/ISSUE_TEMPLATE/desktop.yml | 8 ++++---- .github/ISSUE_TEMPLATE/web.yml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/browser.yml b/.github/ISSUE_TEMPLATE/browser.yml index 198ec6a83c1a..ec78f3ee555e 100644 --- a/.github/ISSUE_TEMPLATE/browser.yml +++ b/.github/ISSUE_TEMPLATE/browser.yml @@ -91,11 +91,11 @@ body: description: What version of our software are you running? (go to "Settings" → "About" in the extension) validations: required: true - - type: input + - type: checkboxes id: issue-tracking-info attributes: label: Issue Tracking Info description: | - Please don't change this value, it's intended to inform you and anyone who reads this issue. - value: | - Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. + Issue tracking information + options: + - label: I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress. diff --git a/.github/ISSUE_TEMPLATE/cli.yml b/.github/ISSUE_TEMPLATE/cli.yml index 50a15899bc40..699bcc77052f 100644 --- a/.github/ISSUE_TEMPLATE/cli.yml +++ b/.github/ISSUE_TEMPLATE/cli.yml @@ -80,11 +80,11 @@ body: description: What version of our software are you running? (run `bw --version`) validations: required: true - - type: input + - type: checkboxes id: issue-tracking-info attributes: label: Issue Tracking Info description: | - Please don't change this value, it's intended to inform you and anyone who reads this issue. - value: | - Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. + Issue tracking information + options: + - label: I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress. diff --git a/.github/ISSUE_TEMPLATE/desktop.yml b/.github/ISSUE_TEMPLATE/desktop.yml index 759fecba5b6f..8da7b28588d4 100644 --- a/.github/ISSUE_TEMPLATE/desktop.yml +++ b/.github/ISSUE_TEMPLATE/desktop.yml @@ -83,11 +83,11 @@ body: description: What version of our software are you running? (go to "Help" → "About Bitwarden" in the app) validations: required: true - - type: input + - type: checkboxes id: issue-tracking-info attributes: label: Issue Tracking Info description: | - Please don't change this value, it's intended to inform you and anyone who reads this issue. - value: | - Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. + Issue tracking information + options: + - label: I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress. diff --git a/.github/ISSUE_TEMPLATE/web.yml b/.github/ISSUE_TEMPLATE/web.yml index 18723e0ff544..80429112fbd7 100644 --- a/.github/ISSUE_TEMPLATE/web.yml +++ b/.github/ISSUE_TEMPLATE/web.yml @@ -91,11 +91,11 @@ body: description: What version of our software are you running? (Bottom of the page) validations: required: true - - type: input + - type: checkboxes id: issue-tracking-info attributes: label: Issue Tracking Info description: | - Please don't change this value, it's intended to inform you and anyone who reads this issue. - value: | - Note that we track work outside of Github, we'll link a PR to this issue should one be opened to address this, but we don't use fields like "assigned", "milestone", or "project" to track progress. We'll do our best to respond to and provide updates through comments. + Issue tracking information + options: + - label: I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.