Skip to content

Commit 21284c7

Browse files
authored
Merge branch 'main' into add-ci-workflows
2 parents afc835c + c55ef98 commit 21284c7

File tree

6 files changed

+77
-107
lines changed

6 files changed

+77
-107
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/configuration.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Report a documentation problem 📖
2+
description: Could our documentation be better? Tell us how.
3+
labels: 'issue: docs, issue: triage'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
Thanks for helping us improve our developer site documentation!
9+
Use this template to describe issues with the content on our
10+
[developer site](https://developers.google.com/blockly/guides).
11+
- type: input
12+
id: link
13+
attributes:
14+
label: Location
15+
description: >
16+
A link to the page with the documentation you want us to be updated.
17+
If no page exists, describe what the page should be, and where.
18+
- type: checkboxes
19+
id: type
20+
attributes:
21+
label: Type
22+
description: What kind of content is it?
23+
options:
24+
- label: Text
25+
- label: Image or Gif
26+
- label: Other
27+
- type: textarea
28+
id: content
29+
attributes:
30+
label: Suggested content
31+
description: Your suggestion for improved documentation. If it's helpful, also include the old content for comparison.
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: context
36+
attributes:
37+
label: Additional context
38+
description: Add any other context about the problem. If this is related to a specific pull request, link to it.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Make a feature request ✨
2+
description: Suggest an idea to make Blockly better.
3+
labels: 'issue: feature request, issue: triage'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
Thank you for taking the time to fill out a feature request!
9+
If you have a question about how to use Blockly in your application,
10+
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue.
11+
- type: checkboxes
12+
id: duplicates
13+
attributes:
14+
label: Check for duplicates
15+
options:
16+
- label: I have searched for similar issues before opening a new one.
17+
- type: textarea
18+
id: problem
19+
attributes:
20+
label: Problem
21+
description: Is your feature request related to a problem? Please describe.
22+
placeholder: I'm always frustrated when...
23+
- type: textarea
24+
id: request
25+
attributes:
26+
label: Request
27+
description: Describe your feature request and how it solves your problem.
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: alternatives
32+
attributes:
33+
label: Alternatives considered
34+
description: Describe any alternative solutions or features you've considered.
35+
- type: textarea
36+
id: context
37+
attributes:
38+
label: Additional context
39+
description: Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)