Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 63 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,72 @@
# [ISSUE XXXX](https://github.com/haxtheweb/issues/issues/XXXX)
## Related Issue
<!-- Link to the issue this PR addresses -->
Closes [ISSUE #XXXX](https://github.com/haxtheweb/issues/issues/XXXX)

## Figma Link
<!-- If this PR relates to a design, provide the Figma link -->

## Description of Changes
*
*
<!-- Provide a clear and concise description of what this PR does -->

### What changed:
-
-
-

### Why this change was needed:
<!-- Explain the problem this solves or the feature this adds -->

## Type of Change
<!-- Check the type of change your PR introduces -->
- [ ] 🐛 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
- [ ] 🎨 Style/formatting changes
- [ ] ♻️ Code refactoring
- [ ] 🔧 Configuration changes

## Before submitting this PR, I made sure I:
- [ ] Followed the coding conventions
- [ ] Added/updated tests for changes
- [ ] Verified accessibility (Lighthouse score, Screen-Reader)
- [ ] Updated documentation where necessary
- [ ] Checked cross-browser compatibility
## Testing Checklist
<!-- Check all that apply -->
- [ ] I have tested this change locally
- [ ] I have added/updated tests for my changes
- [ ] All existing tests pass
- [ ] I have tested on multiple browsers (if applicable)
- [ ] I have tested on mobile devices (if applicable)
- [ ] I have verified accessibility compliance
- [ ] I have tested with screen readers (if applicable)

## Ways to test
## Quality Assurance
<!-- Check all that apply -->
- [ ] I have followed the project's coding conventions
- [ ] I have updated documentation where necessary
- [ ] I have added comments to complex code
- [ ] My changes don't introduce console warnings/errors
- [ ] I have checked for performance implications

## Ways to Test This Change
<!-- Provide step-by-step instructions for testing -->
1.
2.
2.
3.

## Notes
## Screenshots/Recordings
<!-- If applicable, add screenshots or recordings showing the changes -->

### Before:
<!-- Screenshot/recording of the current behavior -->

### After:
<!-- Screenshot/recording of the new behavior -->

## Additional Notes
<!-- Any additional context, decisions, or follow-up work -->

## Console Output Screenshot
## Checklist
<!-- Final checklist before submitting -->
- [ ] I have read the [contributing guidelines](../CONTRIBUTING.md)
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published