Skip to content

Commit c35e0f5

Browse files
authored
Add an issue template for new features (#1163)
1 parent d3d6f97 commit c35e0f5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: New feature
2+
description: Suggest a new feature for web-features
3+
labels: feature definition
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for suggesting a new feature! Whether you suggest a feature here or by sending us a pull request, all contributions are welcome!
9+
10+
Please see our [contributing guidelines](https://github.com/web-platform-dx/web-features/blob/main/docs/CONTRIBUTING.md).
11+
- type: textarea
12+
attributes:
13+
label: Specification
14+
description: Link to the spec for this feature
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Description
20+
description: Describe the feature in one or two sentences.
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Browser support
26+
description: If you have a caniuse.com link or other information about browser support, please share here.

0 commit comments

Comments
 (0)