From 3e5886883ae628e42740008e9c49678fcf34618a Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 23 Jun 2023 19:01:10 -0700 Subject: [PATCH] chore: :memo: bring bug template changes to feature template --- issue_template/bug.yaml | 3 +++ issue_template/feature.yaml | 17 +++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/issue_template/bug.yaml b/issue_template/bug.yaml index 79b68c9b5b..e5edebbd9d 100644 --- a/issue_template/bug.yaml +++ b/issue_template/bug.yaml @@ -65,6 +65,7 @@ body: label: What browser are you using? (Client-side issues only) multiple: false options: + - N/A - Firefox - Chrome - Brave @@ -79,6 +80,7 @@ body: label: What operating system are you using? (Client-side issues only) multiple: false options: + - N/A - Windows - MacOS - Linux @@ -91,6 +93,7 @@ body: label: What operating system are you using? (Server-side issues only) multiple: false options: + - N/A - Ubuntu >= 22.04 - Ubuntu < 22.04 - Debian diff --git a/issue_template/feature.yaml b/issue_template/feature.yaml index 455125ea7c..072027c762 100644 --- a/issue_template/feature.yaml +++ b/issue_template/feature.yaml @@ -1,18 +1,28 @@ name: Feature Request about: Request a Feature title: "[Feature]: " +blank_issues_enabled: true +contact_links: + - name: Support Matrix + url: https://matrix.to/#/%23calckey:matrix.fedibird.com + about: Having trouble with deployment? Ask the support chat. + - name: Resposible Disclosure + url: https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md + about: Found a security vulnerability? Please disclose it responsibly. body: - type: markdown attributes: value: | Thanks for taking the time to fill out this feature request! + Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23calckey:matrix.fedibird.com) + Found a security vulnerability? [Please disclose it responsibly.](https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md) + By submitting this issue, you agree to follow our [Contribution Guidelines.](https://codeberg.org/calckey/calckey/src/branch/develop/CONTRIBUTING.md) - type: textarea id: what-feature attributes: label: What feature would you like implemented? description: Please give us a brief description of what you'd like. placeholder: Tell us what you want! - value: "x feature would be great!" validations: required: true - type: textarea @@ -21,7 +31,6 @@ body: label: Why should we add this feature? description: Please give us a brief description of why your feature is important. placeholder: Tell us why you want this feature! - value: "x feature is super useful because y!" validations: required: true - type: input @@ -29,7 +38,7 @@ body: attributes: label: Version description: What version of calckey is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information. - placeholder: Calckey Version 13.0.4 + placeholder: Calckey Version 13.1.4.1 validations: required: true - type: input @@ -37,7 +46,7 @@ body: attributes: label: Instance description: What instance of calckey are you using? - placeholder: stop.voring.me + placeholder: calckey.social validations: required: false - type: checkboxes