Skip to content

Commit 6b6762b

Browse files
authored
Fix pull request template (TheAlgorithms#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.
1 parent 615c428 commit 6b6762b

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
@@ -1,12 +1,12 @@
1-
### **Describe your change:**
1+
### Describe your change:
22

33

44

55
* [ ] Add an algorithm?
66
* [ ] Fix a bug or typo in an existing algorithm?
77
* [ ] Documentation change?
88

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

0 commit comments

Comments
 (0)