From 2bac4254b44e8a0e60cda5d5d385cbef6a986e4c Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Sat, 28 Oct 2023 21:33:29 +0500 Subject: [PATCH 1/2] Update links in issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 +-- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3d1935b7a8..44296f3d9f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,12 +1,11 @@ # Based on an issue template from the Discord API documentation. name: Bug Report description: A bug has been found in the library -title: "[Bug]: " labels: ["bug"] body: - type: markdown attributes: - value: "Before opening a new issue, please search existing issues: https://github.com/Nihlus/Remora.Discord/issues" + value: "Before opening a new issue, please search existing issues: https://github.com/Remora/Remora.Discord/issues?q=is%3Aissue+label%3Abug" - type: textarea id: description attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ee82f665bb..d37df31581 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Developer Documentation - url: https://nihlus.github.io/Remora.Discord/ + url: https://remora.github.io/Remora.Discord/ about: Need documentation and examples for the API? Head over to Discord's developer documentation. - name: Discord Server url: https://discord.gg/dyYmwashVs diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index bc6335999e..c540f66765 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,11 +1,11 @@ # Based on an issue template from the Discord API documentation. name: Feature Request description: Suggestions for new or different behavior in the library -labels: ["feature request"] +labels: ["enhancement"] body: - type: markdown attributes: - value: "Before opening a new issue, please search existing issues: https://github.com/Nihlus/Remora.Discord/issues" + value: "Before opening a new issue, please search existing issues: https://github.com/Remora/Remora.Discord/issues?q=is%3Aissue+label%3Aenhancement" - type: textarea id: description attributes: @@ -33,4 +33,4 @@ body: label: Additional Details description: Is there anything else you can add about this feature request? validations: - required: false \ No newline at end of file + required: false From 0a512a334926c7957ff037d59f69ca65c09a0a8b Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Sat, 28 Oct 2023 21:36:27 +0500 Subject: [PATCH 2/2] fix documentation link & description --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d37df31581..b3df0ad525 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Developer Documentation - url: https://remora.github.io/Remora.Discord/ - about: Need documentation and examples for the API? Head over to Discord's developer documentation. + url: https://remora.github.io/Remora.Discord/main/articles/intro.html + about: Need documentation and examples for the API? Head over to Remora.Discord's documentation. - name: Discord Server url: https://discord.gg/dyYmwashVs about: Need help with the library? Talk to us in our Discord server.