From f53024b4c4e95c8057d9fbde2176fd2d9e924def Mon Sep 17 00:00:00 2001 From: dwbit <98768076+dwbit@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:14:32 -0400 Subject: [PATCH] Update Github discussion template (#5130) --- .../DISCUSSION_TEMPLATE/password-manager.yml | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/password-manager.yml b/.github/DISCUSSION_TEMPLATE/password-manager.yml index fedf4f57345..bf2d0900db9 100644 --- a/.github/DISCUSSION_TEMPLATE/password-manager.yml +++ b/.github/DISCUSSION_TEMPLATE/password-manager.yml @@ -1,14 +1,11 @@ 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: textarea attributes: label: Code Contribution Proposal description: "Please include a - description of the code contribution you would like to contribute, including any relevant - screenshots, and links to any existing - [feature requests](https://community.bitwarden.com/c/feature-requests/5/none). This helps get - feedback from the community and Bitwarden team members before you start writing code" validations: - required: true + - 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: textarea + attributes: + label: Code Contribution Proposal + description: "Please include a description of the code contribution you would like to contribute, including any relevant screenshots, and links to any existing [feature requests](https://community.bitwarden.com/c/feature-requests/5/none). This helps get feedback from the community and Bitwarden team members before you start writing code" + validations: + required: true