Skip to content

Commit

Permalink
Merge pull request #15 from Burhanuddin-2001/PR_template
Browse files Browse the repository at this point in the history
Addition of PR Template to Improve Contribution Process
  • Loading branch information
anupammaurya6767 authored Jan 23, 2024
2 parents 910213b + e564a93 commit a68f366
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!-- If your PR fixes an open issue, use `Closes #issue_number` to link your PR with the issue. -->

## Fixed Issue Number: # (Issue Number)

## 📝 Description of the changes:

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

<!-- List all the changes you have made in the project -->

<!-- DESCRIBE HERE -->

## 🚀 Type of change:

Please delete options that are not relevant.

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


## ✅ Checklist:

<!-- Mark all the applicable boxes. To mark the box as done follow the following conventions -->
<!--
[x] - Correct; marked as done
[ ] - Not correct; marked as **not** done
-->

- [ ] My code follows the code style of this project.
- [ ] This PR does not contain plagiarized content.
- [ ] The title of my pull request is a short description of the requested changes.
- [ ] I have included comments in areas that may be difficult to understand.
- [ ] My changes have not introduced any new warnings.
- [ ] I have conducted a self-review of my code.


## 🖼️ Screenshots (if applicable):

<!-- Write N/A if not available-->

## 💬 Note to reviewers (if applicable):

<!-- Add notes to reviewers if applicable -->

0 comments on commit a68f366

Please sign in to comment.