mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Inform that we track issues outside of Github (#3703)
* Inform that we track issues outside of Github * Use checkboxes for info acknowledgement
This commit is contained in:
parent
2fda871232
commit
930359fb18
8
.github/ISSUE_TEMPLATE/browser.yml
vendored
8
.github/ISSUE_TEMPLATE/browser.yml
vendored
@ -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.
|
||||
|
8
.github/ISSUE_TEMPLATE/cli.yml
vendored
8
.github/ISSUE_TEMPLATE/cli.yml
vendored
@ -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.
|
||||
|
8
.github/ISSUE_TEMPLATE/desktop.yml
vendored
8
.github/ISSUE_TEMPLATE/desktop.yml
vendored
@ -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.
|
||||
|
8
.github/ISSUE_TEMPLATE/web.yml
vendored
8
.github/ISSUE_TEMPLATE/web.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user