Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/pr template #22

Merged
merged 10 commits into from
Jan 14, 2025
32 changes: 32 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Guidelines
1. Please complete the below template before submitting the PR. PR will be rejected if this is not completed.
2. Please tag issue number to title. Example: [01] New Feature X
3. Any PRs that are not ready to review should have [WIP] tag. Example: [WIP][01] New Feature X
wgarunap marked this conversation as resolved.
Show resolved Hide resolved
4. Please do not modify the template.

## Description
Please include a summary of the changes and the related issue.<br>
List any dependencies that are required for this change.

## Issue
Please provide the relevant issue link.

## Type of change
Please mark [ x ] which are relevant.

- [ ] Bug fix (non-breaking change which fixes the issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality)
- [ ] This change requires a documentation update

## Checklist

- [ ] I have added the issue number and link to this PR.
- [ ] My PR is only for one issue. If not please mention all the issues above.
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generates no new warnings
- [ ] I have added tests that prove my fix is effective or my feature works
- [ ] New and existing unit tests pass locally with my changes
Loading