Skip to content

Commit 79fc1d5

Browse files
committed
docs(pr-template): added code checklist
1 parent bdf7ab1 commit 79fc1d5

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/pull_request_template.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Motivation and context**
66

77
(Tag any relevant issues or discussions with #, or write a brief explanation of why you are making this PR)
8-
8+
99
**Screenshots**
1010

1111
(Paste or upload any relevant screenshots)
@@ -14,5 +14,18 @@
1414

1515
- [ ] I have read and followed the [CONTRIBUTING](https://github.com/ElixirTeSS/TeSS/blob/master/CONTRIBUTING.md) guide.
1616
- [ ] I confirm that I have the authority necessary to make this contribution on behalf of its copyright owner and agree
17-
to license it to the TeSS codebase under the
17+
to license it to the TeSS codebase under the
1818
[BSD license](https://github.com/ElixirTeSS/TeSS/blob/master/LICENSE).
19+
20+
**Code checklist**
21+
22+
- [ ] Changes are covered by tests
23+
- [ ] There is clear logging and error handling
24+
- [ ] Documentation is updated
25+
26+
**To ease the reviewer's work**
27+
28+
- Review your own code
29+
- Add context to smaller changes
30+
- Highlight important parts
31+
- Ask specific questions if needed

0 commit comments

Comments
 (0)