Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
PR TEMPLATE
  • Loading branch information
Marwaxhello authored and Yolijn committed Jun 29, 2024
1 parent 3723289 commit f917cbb
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Title

## What kind of change does this PR introduce?
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## Description

<!-- Please include a summary of the change and the related issue(s). -->

### Link to Page
<!-- If applicable, provide a link to the relevant page. -->

## Screenshots
<!-- If applicable, add screenshots to help explain your changes. -->

## Related Tickets & Documents
- Related Issue #
<!-- Reference any related issues by their number. -->
- Closes #
<!-- Indicate which issue(s) will be closed by merging this PR. -->

## UI Accessibility Checklist
If your PR includes UI changes, please utilize this checklist:
- [ ] Semantic HTML implemented
- [ ] Keyboard operability supported
- [ ] Checked with [axe DevTools](https://www.deque.com/axe/) and addressed `Critical` and `Serious` issues
- [ ] Color contrast tested

## Additional Context
<!-- Add any other context or information that reviewers might need. -->

## Reviewer Notes
<!-- Anything specific you want the reviewer to focus on? -->

0 comments on commit f917cbb

Please sign in to comment.