mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-18897] Add workflow to auto-reply / auto-close GitHub Discussions (#13682)
This commit is contained in:
11
.github/DISCUSSION_TEMPLATE/password-manager.yml
vendored
11
.github/DISCUSSION_TEMPLATE/password-manager.yml
vendored
@@ -1,8 +1,19 @@
|
||||
labels: ["discussions-new"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
If you would like to contribute code to the Bitwarden codebase for consideration, please review [https://contributing.bitwarden.com/](https://contributing.bitwarden.com/) before posting. To keep discussion on topic, posts that do not include a proposal for a code contribution you wish to develop will be removed. For feature requests and community discussion, please visit https://community.bitwarden.com/
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Select Topic Area
|
||||
description: "What would you like to discuss? :warning: For feature requests and product feedback, please visit https://community.bitwarden.com/"
|
||||
options:
|
||||
- "✅ Code Contribution Proposal"
|
||||
- "🚫 Product Feedback"
|
||||
- "🚫 Feature Request"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Code Contribution Proposal
|
||||
|
||||
11
.github/DISCUSSION_TEMPLATE/secrets-manager.yml
vendored
11
.github/DISCUSSION_TEMPLATE/secrets-manager.yml
vendored
@@ -1,8 +1,19 @@
|
||||
labels: ["discussions-new"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
If you would like to contribute code to the Bitwarden codebase for consideration, please review [https://contributing.bitwarden.com/](https://contributing.bitwarden.com/) before posting. To keep discussion on topic, posts that do not include a proposal for a code contribution you wish to develop will be removed. For feature requests and community discussion, please visit https://community.bitwarden.com/
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Select Topic Area
|
||||
description: "What would you like to discuss? :warning: For feature requests and product feedback, please visit https://community.bitwarden.com/"
|
||||
options:
|
||||
- "✅ Code Contribution Proposal"
|
||||
- "🚫 Product Feedback"
|
||||
- "🚫 Feature Request"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Code Contribution Proposal
|
||||
|
||||
Reference in New Issue
Block a user