-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 #15 from Burhanuddin-2001/PR_template
Addition of PR Template to Improve Contribution Process
- Loading branch information
Showing
1 changed file
with
45 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,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 --> |