|
8 | 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 | 9 | - type: textarea |
10 | 10 | attributes: |
11 | | - label: 🎯 Context/Motivation |
| 11 | + label: Context/Motivation |
12 | 12 | description: | |
13 | | - Describe the problem you're trying to solve or the use case for this feature. |
14 | | - What is the motivation behind this request? Why would this feature be valuable? |
15 | | - placeholder: | |
16 | | - Example: "When training large models, I often need to..." |
| 13 | + Describe the problem you're trying to solve or the use case for this feature. Include any relevant links and context. |
17 | 14 | validations: |
18 | 15 | required: true |
19 | 16 | - type: textarea |
20 | 17 | attributes: |
21 | | - label: 💡 What does this look like in pseudo-code? |
| 18 | + label: Pseudo-code + acceptance criteria [Optional] |
22 | 19 | description: | |
23 | | - Provide a rough sketch of what the API or implementation might look like. |
24 | | - This helps us understand your vision for how the feature would work. |
25 | | - placeholder: | |
26 | | - ```python |
27 | | - # Example pseudo-code showing how you envision using this feature |
28 | | - model = MyModel() |
29 | | - result = model.new_feature(...) |
30 | | - ``` |
31 | | - validations: |
32 | | - required: false |
33 | | -- type: textarea |
34 | | - attributes: |
35 | | - label: ✅ Acceptance Criteria |
36 | | - description: | |
37 | | - What would need to be true for this feature to be considered complete? |
38 | | - List the key requirements or behaviors expected. |
39 | | - placeholder: | |
40 | | - - [ ] The feature should support X |
41 | | - - [ ] It should handle edge case Y |
42 | | - - [ ] Documentation is updated |
43 | | - validations: |
44 | | - required: true |
45 | | -- type: textarea |
46 | | - attributes: |
47 | | - label: 📝 Additional Context |
48 | | - description: | |
49 | | - Add any other context, screenshots, examples, or references that would help explain the feature request. |
50 | | - placeholder: | |
51 | | - Links to similar implementations, research papers, or other relevant information. |
| 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. |
52 | 22 | validations: |
53 | 23 | required: false |
54 | 24 | - type: markdown |
|
0 commit comments