diff options
| author | Rapptz <[email protected]> | 2021-04-08 22:51:20 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-08 22:51:20 -0400 |
| commit | d38ef886867ea0ee70d777a974c535e2e6c4cf5b (patch) | |
| tree | 112f01679e52b8d9a296c0b52205dd4da151ca86 | |
| parent | [types] Snowflake can be either str or int. (diff) | |
| download | discord.py-d38ef886867ea0ee70d777a974c535e2e6c4cf5b.tar.xz discord.py-d38ef886867ea0ee70d777a974c535e2e6c4cf5b.zip | |
Update issue templates to newest versions
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ad5678ad..eabf5c07 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: Bug Report description: Report broken or incorrect behaviour labels: unconfirmed bug -issue_body: true body: - type: markdown attributes: @@ -73,3 +72,7 @@ body: required: true - label: I have removed my token from display, if visible. required: true + - type: textarea + attributes: + label: Additional Context + description: If there is anything else to say, please do so here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6866784f..cf5f57e0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,6 @@ name: Feature Request description: Suggest a feature for this library labels: feature request -issue_body: true body: - type: input attributes: @@ -44,3 +43,7 @@ body: What is the current solution to the problem, if any? validations: required: false + - type: textarea + attributes: + label: Additional Context + description: If there is anything else to say, please do so here. |