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
38 changes: 38 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## Description
Briefly describe the purpose of this pull request and the changes introduced.

## Type of Change
Select the relevant option(s):

- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [ ] Code improvement or refactor
- [ ] UI/UX update
- [ ] Other (please specify)

## Related Issue
Link any related issue(s):
`Closes #issue-number` or `Related to #issue-number`

## Implementation Details
Summarize the technical changes made and their purpose.

## Testing
Describe how the changes were tested and verified.

> Example:
> - Run `npm run dev` and verify new section loads correctly.
> - Tested responsive layout on desktop and mobile.

## Checklist
Please ensure the following before submitting:

- [ ] Code follows project guidelines and conventions
- [ ] Changes tested locally and working as intended
- [ ] Documentation updated if required
- [ ] Linked related issue (if applicable)
- [ ] Commits are clear and descriptive

## Additional Notes
Provide any additional context or dependencies reviewers should know.