Skip to content

Commit

Permalink
🩹 Fix checkboxes in checklist section of the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Jun 8, 2021
1 parent 1be1f16 commit c5d67ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Explain the **details** for making this change. What existing problem does the p

### Checklist

[ ] ✔️ Passing the tests (mandatory for all PR's)
[ ] 👌 Closes issue (mandatory for ✨ feature and 🩹 bug fix PR's)
[ ] 🧪 Adds new tests for the feature (mandatory for ✨ feature and 🩹 bug fix PR's)
[ ] 📚 Adds documentation of the feature
- [ ] ✔️ Passing the tests (mandatory for all PR's)
- [ ] 👌 Closes issue (mandatory for ✨ feature and 🩹 bug fix PR's)
- [ ] 🧪 Adds new tests for the feature (mandatory for ✨ feature and 🩹 bug fix PR's)
- [ ] 📚 Adds documentation of the feature

### Closes issues

Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix_PR.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Explain the **details** for making this change. What existing problem does the p

### Checklist

[ ] ✔️ Passing the tests (mandatory!)
[ ] 👌 Closes issue (mandatory!)
[ ] 🧪 Adds new tests for the bug
- [ ] ✔️ Passing the tests (mandatory!)
- [ ] 👌 Closes issue (mandatory!)
- [ ] 🧪 Adds new tests for the bug

### Closes issues

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/docs_PR.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Links to the changed sections

### Checklist

[ ] ✔️ Passing the tests (mandatory!)
- [ ] ✔️ Passing the tests (mandatory!)

### Closes issues

Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/feature_PR.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Explain the **details** for making this change. What existing problem does the p

### Checklist

[ ] ✔️ Passing the tests (mandatory!)
[ ] 👌 Closes issue (mandatory!)
[ ] 🧪 Adds new tests for the feature (mandatory!)
[ ] 📚 Adds documentation of the feature
- [ ] ✔️ Passing the tests (mandatory!)
- [ ] 👌 Closes issue (mandatory!)
- [ ] 🧪 Adds new tests for the feature (mandatory!)
- [ ] 📚 Adds documentation of the feature

### Closes issues

Expand Down

0 comments on commit c5d67ac

Please sign in to comment.