Skip to content

Commit

Permalink
Merge pull request #321 from Octol1ttle/fix-issue-templates
Browse files Browse the repository at this point in the history
Update links and information in issue templates
  • Loading branch information
Nihlus authored Oct 29, 2023
2 parents 0be68d7 + 0a512a3 commit 3b3f163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -33,4 +33,4 @@ body:
label: Additional Details
description: Is there anything else you can add about this feature request?
validations:
required: false
required: false

0 comments on commit 3b3f163

Please sign in to comment.