doc: created a pull request template

This commit is contained in:
Zaira 2022-06-08 19:09:33 +05:00 committed by GitHub
parent 9ce24c5ab6
commit be5ab32ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,12 @@
Checklist:
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will help the moderators review your PR. -->
- [ ] My pull request has a descriptive title. (unlike `Update index.md`). Check [this](https://www.conventionalcommits.org/en/v1.0.0/) guide regarding titles.
- [ ] If applicable, I have tested these changes.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
Closes #XXXXX
<!-- You can add additional description of changes below this line -->