Skip to content

Commit

Permalink
added the pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma committed Aug 2, 2023
1 parent d75f6ef commit 7762ed1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Type of change

- [ ] Refactor
- [ ] New feature
- [ ] Bug fix
- [ ] Optimization
- [ ] Documentation Update

## Description

<!--- Describe your changes in detail -->

## Related Tickets & Documents

- Related Issue #
- Closes #

## Checklist before requesting a review

- [ ] I have performed a self-review of my code.
- [ ] If it is a core feature, I have added thorough tests.
- [ ] I have performed both Unittests and Integration tests.

## Testing
- Does below tests are passed
- [ ] UnitTest
- [ ] IntegrationTest
- Please describe the System Under Test.
- Please provide detailed steps to perform tests related to this code change.
- How were the fix/results from this change verified? Please provide relevant screenshots or results.

0 comments on commit 7762ed1

Please sign in to comment.