-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from HiteshRepo/pr_template
adds a basic PR template
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Description | ||
<!-- Briefly describe the changes in this PR --> | ||
|
||
## Related Issue | ||
<!-- If applicable, reference the issue this PR addresses (e.g., Fixes #123) --> | ||
|
||
## Type of Change | ||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Documentation update | ||
- [ ] Other (please describe): | ||
|
||
## Checklist | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I have made corresponding changes to the documentation (if applicable) | ||
|
||
## Screenshots (if applicable) | ||
<!-- Add screenshots to demonstrate changes, if needed --> |