|
| 1 | +--- |
1 | 2 | name: Feature Request |
2 | | -description: Suggest a new feature or improvement |
3 | | -title: '[FEATURE] ' |
4 | | -labels: ['enhancement', 'needs triage'] |
| 3 | +description: Suggest a new feature or enhancement for HumanOS |
| 4 | +title: '[Feature]: ' |
| 5 | +labels: ['enhancement', 'needs-triage'] |
5 | 6 | assignees: [] |
6 | 7 | body: |
7 | 8 | - type: markdown |
8 | 9 | attributes: |
9 | 10 | value: | |
10 | | - ## 💡 Feature Request |
11 | | -
|
12 | | - Have an idea for a new feature? We'd love to hear it! Please fill out the form below. |
13 | | -
|
14 | | - - type: textarea |
15 | | - id: summary |
| 11 | + Thanks for taking the time to suggest a new feature! Please fill out the sections below to help us understand your idea. |
| 12 | + |
| 13 | + - type: checkboxes |
| 14 | + id: prerequisites |
16 | 15 | attributes: |
17 | | - label: Feature Summary |
18 | | - description: A brief summary of the feature |
19 | | - placeholder: Summary of your feature request |
20 | | - validations: |
21 | | - required: true |
| 16 | + label: Prerequisites |
| 17 | + options: |
| 18 | + - label: I have searched for existing issues that request this feature |
| 19 | + required: true |
| 20 | + - label: I have checked the [roadmap](../CHANGELOG.md#upcoming-features) for planned features |
| 21 | + required: true |
| 22 | + - label: I have read the [Contributing Guide](../CONTRIBUTING.md) |
| 23 | + required: false |
22 | 24 |
|
23 | 25 | - type: textarea |
24 | 26 | id: problem |
25 | 27 | attributes: |
26 | 28 | label: Problem Statement |
27 | | - description: What problem does this feature solve? |
28 | | - placeholder: Describe the problem this feature would solve... |
| 29 | + description: Is your feature request related to a problem? Please describe it. |
| 30 | + placeholder: "I'm always frustrated when..." |
29 | 31 | validations: |
30 | 32 | required: true |
31 | 33 |
|
32 | 34 | - type: textarea |
33 | 35 | id: solution |
34 | 36 | attributes: |
35 | 37 | label: Proposed Solution |
36 | | - description: How would you like to see this problem solved? |
37 | | - placeholder: Describe your proposed solution... |
| 38 | + description: A clear and concise description of what you want to happen |
| 39 | + placeholder: "I would like to see..." |
38 | 40 | validations: |
39 | 41 | required: true |
40 | 42 |
|
41 | 43 | - type: textarea |
42 | 44 | id: alternatives |
43 | 45 | attributes: |
44 | 46 | label: Alternatives Considered |
45 | | - description: Any alternative solutions you've considered? |
46 | | - placeholder: Describe alternative solutions... |
| 47 | + description: A clear and concise description of any alternative solutions or features you've considered |
| 48 | + placeholder: "I have considered..." |
47 | 49 |
|
48 | | - - type: textarea |
49 | | - id: mockups |
| 50 | + - type: dropdown |
| 51 | + id: category |
50 | 52 | attributes: |
51 | | - label: Mockups / Examples |
52 | | - description: Any mockups, wireframes, or examples? |
53 | | - placeholder: Drag and drop or paste images here |
| 53 | + label: Feature Category |
| 54 | + description: What category does this feature belong to? |
| 55 | + options: |
| 56 | + - Assessment & Testing |
| 57 | + - User Interface & Experience |
| 58 | + - Animation & Visual Effects |
| 59 | + - User System & Profiles |
| 60 | + - Data & Analytics |
| 61 | + - Performance & Optimization |
| 62 | + - Accessibility |
| 63 | + - Internationalization |
| 64 | + - Developer Experience |
| 65 | + - Other |
| 66 | + validations: |
| 67 | + required: true |
54 | 68 |
|
55 | 69 | - type: dropdown |
56 | 70 | id: priority |
57 | 71 | attributes: |
58 | 72 | label: Priority |
59 | | - description: How important is this feature? |
| 73 | + description: How important is this feature to you? |
60 | 74 | options: |
61 | | - - Low (Nice to have) |
62 | | - - Medium (Would improve UX) |
63 | | - - High (Critical for my use case) |
64 | | - - Critical (Blocks my work) |
| 75 | + - Nice to have |
| 76 | + - Important |
| 77 | + - Very Important |
| 78 | + - Critical |
65 | 79 | validations: |
66 | 80 | required: true |
67 | 81 |
|
68 | | - - type: dropdown |
69 | | - id: difficulty |
| 82 | + - type: textarea |
| 83 | + id: mockups |
70 | 84 | attributes: |
71 | | - label: Technical Difficulty |
72 | | - description: How technically complex is this feature? |
73 | | - options: |
74 | | - - Easy (Straightforward implementation) |
75 | | - - Medium (Requires some research) |
76 | | - - Hard (Complex implementation) |
77 | | - - Unknown |
| 85 | + label: Mockups/Examples |
| 86 | + description: Add any mockups, screenshots, or examples of similar features in other products |
| 87 | + placeholder: 'Drag and drop images or paste URLs here' |
78 | 88 |
|
79 | 89 | - type: textarea |
80 | 90 | id: additional |
81 | 91 | attributes: |
82 | 92 | label: Additional Context |
83 | | - description: Any other context or requirements? |
84 | | - placeholder: Additional context... |
| 93 | + description: Add any other context about the feature request here |
| 94 | + placeholder: 'Any other information that might be helpful...' |
| 95 | + |
| 96 | + - type: checkboxes |
| 97 | + id: terms |
| 98 | + attributes: |
| 99 | + label: Code of Conduct |
| 100 | + options: |
| 101 | + - label: I agree to follow this project's [Code of Conduct](../CODE_OF_CONDUCT.md) |
| 102 | + required: true |
0 commit comments