aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-09-17 22:16:20 -0400
committerRapptz <[email protected]>2020-09-17 22:16:20 -0400
commitaa258073dc302518a7bd414d91cc86cd7c2ab80a (patch)
treee849560b8cb8e14537d164032e68c452576cbde4
parentCompletely update member references from message inner members. (diff)
downloaddiscord.py-aa258073dc302518a7bd414d91cc86cd7c2ab80a.tar.xz
discord.py-aa258073dc302518a7bd414d91cc86cd7c2ab80a.zip
Add labels to the issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 1f3084ba..aa73aa15 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,7 @@
---
name: Bug Report
about: Report broken or incorrect behaviour
+labels: bug
---
### Summary
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 8bb8edeb..95dea663 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,7 @@
---
name: Feature Request
about: Suggest a feature for this library
+labels: feature request
---
### The Problem