Skip to content

Commit c796d65

Browse files
authored
refactor: 🧑‍💻 simplify the pull request template (#165)
# Description Since our tests fail if coverage is below 90%, including a checklist item adding about tests isn't necessary. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 8f6a366 commit c796d65

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Description
22

3-
This PR DESCRIBE CHANGES.
3+
These changes EXPLANATION.
44

55
Closes #
66

77
This PR needs a quick/an in-depth review.
88

99
## Checklist
1010

11-
- [ ] Added or updated tests
12-
- [ ] Updated documentation
1311
- [ ] Ran `just run-all`
12+
- [ ] Formatted Markdown, if modified
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Description
22

3-
This PR DESCRIBE CHANGES.
3+
These changes EXPLANATION.
44

55
Closes #
66

77
This PR needs a quick/an in-depth review.
88

99
## Checklist
1010

11-
- [ ] Added or updated tests
12-
- [ ] Updated documentation
1311
- [ ] Ran `just run-all`
12+
- [ ] Formatted Markdown, if modified

0 commit comments

Comments
 (0)