From 930359fb18724e9a4219c876ba6ba16c28580e7d Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 17 Oct 2022 10:39:00 -0400 Subject: [PATCH] Inform that we track issues outside of Github (#3703) * Inform that we track issues outside of Github * 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, 32 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/browser.yml b/.github/ISSUE_TEMPLATE/browser.yml index b28dce144b..ec78f3ee55 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: checkboxes + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + 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 3a54a40477..699bcc7705 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: checkboxes + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + 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 94b72a0020..8da7b28588 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: checkboxes + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + 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 ef995e662c..80429112fb 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: checkboxes + id: issue-tracking-info + attributes: + label: Issue Tracking Info + description: | + 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.