Fix pull request template (#5633)

The existing template uses * to apply bold font weight. As we already
have the ### to markdown the text as heading, its redundant to have the
*s.
This commit is contained in:
@im_8055 2021-10-27 22:48:21 +05:30 committed by GitHub
parent 615c428903
commit 6b6762bde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
### **Describe your change:** ### Describe your change:
@ -6,7 +6,7 @@
* [ ] Fix a bug or typo in an existing algorithm? * [ ] Fix a bug or typo in an existing algorithm?
* [ ] Documentation change? * [ ] Documentation change?
### **Checklist:** ### Checklist:
* [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md).
* [ ] This pull request is all my own work -- I have not plagiarized. * [ ] This pull request is all my own work -- I have not plagiarized.
* [ ] I know that pull requests will not be merged if they fail the automated tests. * [ ] I know that pull requests will not be merged if they fail the automated tests.