From 01e8bd08fdd53a36262bf0555437e7c5948ab099 Mon Sep 17 00:00:00 2001 From: bogeychan Date: Fri, 9 Feb 2024 13:11:40 +0100 Subject: [PATCH] chore: update docs issue template --- .github/ISSUE_TEMPLATE/4-docs-issue.yml | 27 ------------------------- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/4-docs-issue.yml diff --git a/.github/ISSUE_TEMPLATE/4-docs-issue.yml b/.github/ISSUE_TEMPLATE/4-docs-issue.yml deleted file mode 100644 index f8a7e780..00000000 --- a/.github/ISSUE_TEMPLATE/4-docs-issue.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: 📗 Documentation Issue -description: Tell us if there is missing or incorrect documentation -labels: [docs] -body: - - type: markdown - attributes: - value: | - Thank you for submitting a documentation request. It helps make Elysia.JS better. - - type: dropdown - attributes: - label: What is the type of issue? - multiple: true - options: - - Documentation is missing - - Documentation is incorrect - - Documentation is confusing - - Example code is not working - - Something else - - type: textarea - attributes: - label: What is the issue? - validations: - required: true - - type: textarea - attributes: - label: Where did you find it? - description: If possible, please provide the URL(s) where you found this issue. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e1c943f2..fa01c950 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: 📗 Documentation Issue + url: https://github.com/elysiajs/documentation/issues/new/choose + about: Head over to our Documentation repository! - name: 💬 Ask a Question url: https://discord.com/invite/y7kH46ZE about: Head over to our Discord!