Skip to content

Commit c9fed8c

Browse files
Revise feature request template structure
Updated feature request template to include new sections for summary, motivation, proposed solution, alternatives considered, and additional context.
1 parent 479dec9 commit c9fed8c

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed
Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
# Fossil XSDK Pull Request
1+
---
2+
name: ✨ Feature Request
3+
about: Suggest a new feature or improvement
4+
title: "[FEATURE] "
5+
labels: enhancement
6+
---
27

3-
## Description
4-
<!-- Briefly describe the purpose and scope of this pull request. -->
8+
## Summary
9+
<!-- Briefly describe the feature or improvement. -->
510

6-
## Testing
7-
<!-- Describe the testing process or steps taken to ensure the changes work as expected. -->
11+
## Motivation
12+
<!-- Why is this feature important? What problem does it solve? -->
813

9-
## Checklist
10-
- [ ] Code follows the project's coding standards.
11-
- [ ] Tests have been added or updated to cover the changes.
12-
- [ ] Documentation has been updated to reflect the changes.
13-
- [ ] The code has been reviewed by team members.
14-
- [ ] All checks and tests pass.
15-
- [ ] The license header and notices are updated where necessary.
14+
## Proposed Solution
15+
<!-- Describe how you'd like to see it implemented (if you have ideas). -->
1616

17-
## License
18-
This project is licensed under the Mozilla Public License - see the [LICENSE](LICENSE) file for details.
17+
## Alternatives Considered
18+
<!-- If you considered other approaches, mention them here. -->
19+
20+
## Additional Context
21+
<!-- Optional: Extra information, diagrams, or references. -->

0 commit comments

Comments
 (0)