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
48 changes: 43 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,49 @@
Resolves #[Issue Number if there]
## Description
Please include a summary of the change and the related issue.
Explain the motivation for this change and any relevant context.


### PR Fixes:
- 1
- 2
Resolves # (issue number)
Copy link

Copilot AI Aug 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The format should be more specific. Consider using 'Resolves #' or 'Resolves #[issue-number]' to clearly indicate where the actual issue number should be placed.

Suggested change
Resolves # (issue number)
Resolves #<issue-number>

Copilot uses AI. Check for mistakes.


---

## Type of Change
Select all that apply:
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Other (please describe):

---

## Changes Made
-

---

## Testing Steps
Describe the steps taken to test the changes:
1.
2.

### Checklist before requesting a review
- [ ] I have pull latest changes from `main` branch
---

## Screenshots (if applicable)
_Add screenshots to help explain your changes._

---

## Checklist before requesting a review
- [ ] I have pulled the latest changes from `main` branch
Copy link

Copilot AI Aug 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar error: should be 'I have pulled the latest changes from the main branch' (missing 'the' article before 'main').

Suggested change
- [ ] I have pulled the latest changes from `main` branch
- [ ] I have pulled the latest changes from the `main` branch

Copilot uses AI. Check for mistakes.

- [ ] I have tested the changes locally
- [ ] I have run `npm run lint:fix` locally
- [ ] I have performed a self-review of my code
- [ ] I assure there is no similar/duplicate pull request regarding same issue
- [ ] I have commented my code where necessary
- [ ] I have updated relevant documentation if needed