mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
chore: clean up issue templates and pull request templates (#5827)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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: ''
|
||||
|
||||
---
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/documentation.md
vendored
10
.github/ISSUE_TEMPLATE/documentation.md
vendored
@@ -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.
|
||||
-->
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -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: ''
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user