mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
chore: Tweak issue templates (#7455)
* chore: Tweak issue templates * chore: fixup emoji --------- Co-authored-by: Beka Westberg <bwestberg@google.com>
This commit is contained in:
committed by
GitHub
parent
b1d25b5304
commit
07fec204bf
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Bug Report
|
||||
description: Create a report to help us improve
|
||||
name: Report a bug 🐛
|
||||
description: Report bugs in Blockly, so we can fix them.
|
||||
labels: 'issue: bug, issue: triage'
|
||||
body:
|
||||
- type: markdown
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,7 +1,7 @@
|
||||
contact_links:
|
||||
- name: Blockly Forum
|
||||
- name: Ask a question ❓
|
||||
url: https://groups.google.com/forum/#!forum/blockly
|
||||
about: The Blockly developer forum, where you can ask and answer questions.
|
||||
- name: Plugins and examples
|
||||
about: Go to the Blockly developer forum, where you can ask and answer questions.
|
||||
- name: Report issues with plugins and examples 🧩
|
||||
url: https://github.com/google/blockly-samples/issues/new/choose
|
||||
about: File bugs or feature requests about plugins and samples in our blockly-samples repository.
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/documentation.yaml
vendored
4
.github/ISSUE_TEMPLATE/documentation.yaml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Documentation
|
||||
description: Report an issue with our documentation
|
||||
name: Report a documentation problem 📖
|
||||
description: Could our documentation be better? Tell us how.
|
||||
labels: 'issue: docs, issue: triage'
|
||||
body:
|
||||
- type: markdown
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
name: Make a feature request ✨
|
||||
description: Suggest an idea to make Blockly better.
|
||||
labels: 'issue: feature request, issue: triage'
|
||||
body:
|
||||
- type: markdown
|
||||
|
||||
Reference in New Issue
Block a user