mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
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:
parent
615c428903
commit
6b6762bde9
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
@ -1,4 +1,4 @@
|
|||
### **Describe your change:**
|
||||
### Describe your change:
|
||||
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
* [ ] Fix a bug or typo in an existing algorithm?
|
||||
* [ ] Documentation change?
|
||||
|
||||
### **Checklist:**
|
||||
### Checklist:
|
||||
* [ ] 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.
|
||||
* [ ] I know that pull requests will not be merged if they fail the automated tests.
|
||||
|
|
Loading…
Reference in New Issue
Block a user