From d3906a1aa97f6ae1d7316cfe7edad6cba647782c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 31 Jul 2023 13:16:34 +0000 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/documentation-issue.md | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/documentation-issue.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..99a7a45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Support Questions & Other + url: https://archte.ch/discord + about: 'If you have a question or need help using the package.' \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md new file mode 100644 index 0000000..c37159b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-issue.md @@ -0,0 +1,7 @@ +--- +name: "📘 Documentation Issue" +about: For issues (corrections, improvements, suggestions) related to the documentation. +title: '' +labels: feature +assignees: stancl +---