-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the template to reduce cognitive load
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
Thank you for your contribution! Please fill out the following template to help us understand your changes. If you're still working on this, consider marking it as a Draft PR. If you have any questions, feel free to ask. | ||
--> | ||
|
||
# Pull Request Title | ||
|
||
<!-- Provide a concise title for your pull request --> | ||
|
||
## Description | ||
|
||
Summarize the changes and reference related issues (e.g., "Fixes #42"). This summary will serve as a changelog entry. Include the motivation and context for this change. | ||
|
||
## Type of Change | ||
|
||
Please select the relevant option: | ||
|
||
- [ ] Bug fix (non-breaking change that fixes an issue) | ||
- [ ] New feature (non-breaking change that adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation update | ||
|
||
## Checklist | ||
|
||
- [ ] Code adheres to project style guidelines | ||
- [ ] Self-reviewed code for errors | ||
- [ ] Updated relevant documentation | ||
- [ ] Added tests to validate changes | ||
- [ ] All tests pass locally | ||
|
||
## Additional Information | ||
|
||
<!-- Optional: Any additional information, screenshots, or context that would be helpful for reviewers. --> |