merge: Fix pull request template (#818)

The existing template uses * to apply the 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 23:17:32 +05:30
committed by GitHub
parent 4e18bbdeb6
commit 54de6e5372

View File

@ -4,14 +4,14 @@
### **Describe your change:** ### Describe your change:
* [ ] Add an algorithm? * [ ] Add an algorithm?
* [ ] 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/Javascript/blob/master/CONTRIBUTING.md). * [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/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.