Skip to content

Commit 54de6e5

Browse files
authored
merge: Fix pull request template (TheAlgorithms#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.
1 parent 4e18bbd commit 54de6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55

66

7-
### **Describe your change:**
7+
### Describe your change:
88

99
* [ ] Add an algorithm?
1010
* [ ] Fix a bug or typo in an existing algorithm?
1111
* [ ] Documentation change?
1212

1313

14-
### **Checklist:**
14+
### Checklist:
1515
* [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md).
1616
* [ ] This pull request is all my own work -- I have not plagiarized.
1717
* [ ] I know that pull requests will not be merged if they fail the automated tests.

0 commit comments

Comments
 (0)