Skip to content

Commit c55ef98

Browse files
authored
Create feature_request.yaml
1 parent f7e6c24 commit c55ef98

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
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)