From dd593f49acf05dd0ff3c255a3177b0d955d445a5 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 19 Feb 2025 09:03:38 -0600 Subject: [PATCH] chore(gh): Label all new issues --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/issue.yml | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0cb7661 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a question + about: For support or brainstorming + url: https://github.com/crate-ci/typos/discussions diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml new file mode 100644 index 0000000..b62695f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -0,0 +1,10 @@ +name: New Issue +description: A blank issue +labels: 'S-triage' +body: + - type: textarea + attributes: + label: Description + description: Type your description here... + validations: + required: true