Skip to content

Commit c8e7ef5

Browse files
committed
clarify contribution expectations
1 parent a4d374d commit c8e7ef5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,20 @@ And then run the tests:
236236
```bash
237237
tox -e py
238238
```
239+
240+
When all tests are passing, you are ready to open a pull request to get your contributions reviewed and merged.
241+
242+
## About your contributions :balance_scale:
243+
244+
When you submit contributions to this project, you should understand that your contributions will be licensed under
245+
the license terms of the project (found in `LICENSE`).
246+
247+
Moreover, by submitting a pull request to this project, you are representing that the code you are contributing is your own and is
248+
unencumbered by any other licensing requirements.
249+
250+
Do not submit unoriginal code that is either unlicensed or licensed under any other terms without stating its source and
251+
ensuring the contribution is fully compliant with any such licensing terms (which usually requires, at a minimum,
252+
including the license itself). Even when contributing work under implied, creative commons, or licenses that do not
253+
require attribution or notices (e.g. [_unlicence_](https://unlicense.org/) or similar), you are expected to explicitly
254+
state the source of any material you submit that is not your own work. This includes, for example, code snippets found
255+
on StackOverflow, the AutoHotkey forums, or any other source other than your own brain.

0 commit comments

Comments
 (0)