Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inform that we track issues outside of Github #3703

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.