Browse Source

Update issue templates to newest versions

pull/6686/head
Rapptz 4 years ago
parent
commit
d38ef88686
  1. 5
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 5
      .github/ISSUE_TEMPLATE/feature_request.yml

5
.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.

5
.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.

Loading…
Cancel
Save