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..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://nihlus.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. 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