story-research-zapwall/.gitea/PULL_REQUEST_TEMPLATE.md

57 lines
1.4 KiB
Markdown

## Description
Please include a summary of the change and which issue is fixed. Include relevant motivation and context.
Fixes # (issue)
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring
## Changes Made
**Motivations:**
-
**Root causes:**
-
**Correctifs:**
-
**Evolutions:**
-
**Pages affectées:**
-
## Testing
- [ ] I have tested my changes locally
- [ ] I have run `npm run lint` and it passes
- [ ] I have run `npm run type-check` and it passes
- [ ] I have tested the changes in the browser with Alby extension
- [ ] I have verified accessibility (keyboard navigation, ARIA, contrast)
## Checklist
- [ ] My code follows the project's coding guidelines
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings or errors
- [ ] I have added tests if applicable (only if explicitly requested)
- [ ] Any dependent changes have been merged and published
## Screenshots
If applicable, add screenshots to help explain your changes.
## Additional Notes
Add any additional notes about the PR here.