Skip to content
Closed
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
5 changes: 4 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ Describe the key changes (e.g., new sections, updated components, responsive fix
-->

## Dependencies

<!--
- List any new dependencies or tools required for this change.
- Mention any version updates or configurations that need to be considered.
- List any version changes made to the codebase.
-->

## Checklist

- [ ] My code follows the style guidelines of this project.
- [ ] I have tested my changes across major browsers and devices
- [ ] I had self reviewed my changes before opening the PR.
- [ ] My changes do not generate new console warnings or errors .
- [ ] I ran `npm run build` and attached screenshot(s) in this PR.
- [ ] This is already assigned Issue to me, not an unassigned issue.
Loading