chore: clean up issue templates and pull request templates (#5827)

This commit is contained in:
Rachel Fenichel
2021-12-15 14:53:26 -08:00
committed by GitHub
parent 4be78910e8
commit 4e87be7069
4 changed files with 7 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
---
name: Bug Report
about: Create a report to help us improve
labels: 'type: bug, triage'
labels: 'type: bug, issue: triage'
assignees: ''
---

View File

@@ -1,7 +1,7 @@
---
name: Documentation
about: Report an issue with our documentation
labels: 'type: documentation, triage'
labels: 'type: documentation, issue: triage'
assignees: ''
---
@@ -21,10 +21,10 @@ assignees: ''
**What**
<!-- What kind of content is it?
- Check a box with an 'x' between the brackets: [x]
<!-- What kind of content is it?
- Check a box with an 'x' between the brackets: [x]
-->
- [ ] Text
- [ ] Image or Gif
- [ ] Other
@@ -39,6 +39,6 @@ assignees: ''
**Additional context**
<!-- Add any other context about the problem here.
<!-- Add any other context about the problem here.
- If this is related to a specific pull request, link to it.
-->

View File

@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: 'type: feature request, triage'
labels: 'type: feature request, issue: triage'
assignees: ''
---