Skip to content

Commit b17bfeb

Browse files
authored
Add new feature request template (#613)
1 parent fbc532e commit b17bfeb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: ✨ Feature Request
2+
description: Suggest a new feature or enhancement for this project
3+
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
#### Before submitting a feature request, please search through [existing issues](https://github.com/meta-pytorch/forge/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if something similar has already been proposed.
9+
- type: textarea
10+
attributes:
11+
label: Context/Motivation
12+
description: |
13+
Describe the problem you're trying to solve or the use case for this feature. Include any relevant links and context.
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Pseudo-code + acceptance criteria [Optional]
19+
description: |
20+
Provide a rough sketch of what the API or implementation might look like. This helps us understand your vision for how the feature would work.
21+
Also, if possible, include what would need to be true for this feature to be considered complete.
22+
validations:
23+
required: false
24+
- type: markdown
25+
attributes:
26+
value: >
27+
Thanks for contributing 🎉!

0 commit comments

Comments
 (0)