Create PULL_REQUEST_TEMPLATE.md

这个提交包含在:
Aditya Saini
2023-06-06 11:41:31 +05:30
提交者 GitHub
父节点 d7802de9e4
当前提交 ba42f094ad

33
.github/PULL_REQUEST_TEMPLATE.md vendored 普通文件
查看文件

@@ -0,0 +1,33 @@
<!-- If your PR fixes an open issue, use `Closes #101` to link your PR with the issue. #101 stands for the issue number you are fixing -->
## 🛠️ Issue (Number)
<!-- Example: #104 -->
Closes #
# Description
Please include a summary of the change. Please also include relevant motivation and context.
## Type of change
<!----Please delete options that are not relevant.And in order to tick the check box just add x inside them for example [x] like this----->
- [ ] 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:
<!----Please delete options that are not relevant.And in order to tick the check box just but x inside them for example [x] like this----->
- [ ] I have made this from my own
- [ ] I have taken help from some online resourses
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] The title of my pull request is a short description of the requested changes.
# ATTACH SCREEN-SHOTS