mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
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:
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@ -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.
|
||||||
|
Reference in New Issue
Block a user