Skip to content

Commit

Permalink
chore: add pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleNa1000 committed Jan 8, 2025
1 parent 3c63f1e commit f7d7a2b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Issue ID/Name

<!--Linear card ID-->

## Description

<!--What does this PR do? What is being changed, added, or removed? Does it introduce any breaking changes?-->

## Checklist

<!--Put the 'X' inside the [] to check. Most of the time, everything should be checked.-->

- [ ] I have self-reviewed my code.
- [ ] I have commented on my code, particularly in the hard-to-understand area.
- [ ] New and existing unit tests pass locally with my change.
- [ ] I have tagged a reviewer for this PR.
- [ ] (Should Be) I have NOT committed the modified environment/config file(s) to this PR.

## Additional configuration/environment

## Test result

<!--Add your test screenshot(s) here-->

## Screenshot(s)

<!--Add your screenshot(s) here, caption for the image is recommended.-->

## Reviewer

<!--Person who needs to review your PR-->

## Remark

<!--Further information about this PR-->

0 comments on commit f7d7a2b

Please sign in to comment.