Skip to content

Commit

Permalink
Simplify the template to reduce cognitive load
Browse files Browse the repository at this point in the history
  • Loading branch information
israelias committed Jan 9, 2025
1 parent c72950b commit 0c3e8ef
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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. -->

0 comments on commit 0c3e8ef

Please sign in to comment.