Skip to content

Commit 66d7abf

Browse files
committed
Contributions guidelines
1 parent 3d6aa39 commit 66d7abf

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- prettier-ignore-start -->
2+
<!-- markdownlint-disable-next-line MD041 -->
3+
## Readiness checklist
4+
<!-- prettier-ignore-end -->
5+
6+
Please check the boxes below to confirm that you have followed the
7+
required guidelines for contributions:
8+
9+
- [ ] If this pull request includes code changes, they were all properly tested. Automated tests where also included where possible.
10+
- [ ] This pull request includes the relevant documentation for this change (if applicable).
11+
- [ ] All the commits in this pull request where squashed into a single commit. That commit is [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification).
12+
- [ ] If this pull request is about and existing issue, I added the `Fix #ISSUE_NUMBER` or `Close #ISSUE_NUMBER` text to the description of the pull request.

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ request. We then kindly ask that:
1616
- before working or submitting a large pull request, please open an
1717
issue to discuss what you have in mind and check that there is not
1818
an existing solution or a different approach.
19+
- all code changes must be tested manually and automated tests should
20+
be included when possible.
21+
- all necessary documentation should be included as well.
1922
- commits on a single pull request must be squashed together to keep
2023
make reviews easier.
2124
- commits must be signed (this is supported by most Git clients as

0 commit comments

Comments
 (0)