From 9bf2c5d0ad61cdc32e166b3a07b1f51cb78bb9a5 Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Fri, 8 Aug 2025 22:08:17 -0400 Subject: [PATCH] Added prerequisites section --- .github/ISSUE_TEMPLATE/browser.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/cli.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/desktop.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/web.yml | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/browser.yml b/.github/ISSUE_TEMPLATE/browser.yml index 6f5c9dd0051..2cdda6db9f2 100644 --- a/.github/ISSUE_TEMPLATE/browser.yml +++ b/.github/ISSUE_TEMPLATE/browser.yml @@ -8,6 +8,15 @@ body: Thanks for taking the time to fill out this bug report! Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests. + - type: checkboxes + id: prerequisites + attributes: + label: Prerequisites + description: | + Please confirm you have completed the following before submitting an issue: + options: + - label: I have searched **Closed** _AND_ **Open** [Issues](https://github.com/bitwarden/clients/issues?q=is%3Aissue%20) + required: true - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/cli.yml b/.github/ISSUE_TEMPLATE/cli.yml index 699bcc77052..d5e2742c427 100644 --- a/.github/ISSUE_TEMPLATE/cli.yml +++ b/.github/ISSUE_TEMPLATE/cli.yml @@ -8,6 +8,15 @@ body: Thanks for taking the time to fill out this bug report! Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests. + - type: checkboxes + id: checklist + attributes: + label: Prerequisites + description: | + Please confirm you have completed the following before submitting an issue: + options: + - label: I have searched **Closed** _AND_ **Open** [Issues](https://github.com/bitwarden/clients/issues?q=is%3Aissue%20) + required: true - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/desktop.yml b/.github/ISSUE_TEMPLATE/desktop.yml index 129ba510664..fb379d91117 100644 --- a/.github/ISSUE_TEMPLATE/desktop.yml +++ b/.github/ISSUE_TEMPLATE/desktop.yml @@ -8,6 +8,15 @@ body: Thanks for taking the time to fill out this bug report! Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests. + - type: checkboxes + id: checklist + attributes: + label: Prerequisites + description: | + Please confirm you have completed the following before submitting an issue: + options: + - label: I have searched **Closed** _AND_ **Open** [Issues](https://github.com/bitwarden/clients/issues?q=is%3Aissue%20) + required: true - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/web.yml b/.github/ISSUE_TEMPLATE/web.yml index d7989e40af1..53aee560fe4 100644 --- a/.github/ISSUE_TEMPLATE/web.yml +++ b/.github/ISSUE_TEMPLATE/web.yml @@ -8,6 +8,15 @@ body: Thanks for taking the time to fill out this bug report! Please do not submit feature requests. The [Community Forums](https://community.bitwarden.com) has a section for submitting, voting for, and discussing product feature requests. + - type: checkboxes + id: checklist + attributes: + label: Prerequisites + description: | + Please confirm you have completed the following before submitting an issue: + options: + - label: I have searched **Closed** _AND_ **Open** [Issues](https://github.com/bitwarden/clients/issues?q=is%3Aissue%20) + required: true - type: textarea id: reproduce attributes: