diff options
| author | Rapptz <[email protected]> | 2021-03-24 08:36:53 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-03-24 08:36:53 -0400 |
| commit | 0b19fabbf0a7ac4eb0316ca0053c155ce8f1e930 (patch) | |
| tree | 6c0171d9a1f59a3622c9e00fe4ffe1f9b637d873 | |
| parent | Update issue template (diff) | |
| download | discord.py-0b19fabbf0a7ac4eb0316ca0053c155ce8f1e930.tar.xz discord.py-0b19fabbf0a7ac4eb0316ca0053c155ce8f1e930.zip | |
Remove deprecated uses of about
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 356b0b60..ad5678ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -about: Report broken or incorrect behaviour +description: Report broken or incorrect behaviour labels: unconfirmed bug issue_body: true body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1e338978..6866784f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: Feature Request -about: Suggest a feature for this library +description: Suggest a feature for this library labels: feature request issue_body: true body: |