File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -236,3 +236,20 @@ And then run the tests:
236
236
``` bash
237
237
tox -e py
238
238
```
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.
You can’t perform that action at this time.
0 commit comments