From df5e6d76e4ebdba33dba15f971d2ce2bbb7fe67a Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 23 Jun 2023 18:57:00 -0700 Subject: [PATCH] chore: :memo: links in bug template --- issue_template/bug.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/issue_template/bug.yaml b/issue_template/bug.yaml index 1a5a3d2da..79b68c9b5 100644 --- a/issue_template/bug.yaml +++ b/issue_template/bug.yaml @@ -5,22 +5,24 @@ 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! + 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 report it here! + about: Found a security vulnerability? Please disclose it responsibly. body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! + 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-happened attributes: label: What happened? description: Please give us a brief description of what happened. placeholder: Tell us what you see! - value: "A bug happened!" validations: required: true - type: textarea @@ -29,7 +31,6 @@ body: label: What did you expect to happen? description: Please give us a brief description of what you expected to happen. placeholder: Tell us what you wish happened! - value: "Instead of x, y should happen instead!" validations: required: true - type: input