Skip to content

Commit e46ae08

Browse files
committed
README: add a development section and contribution license note
This explains the snag we ran into here: #33 Signed-off-by: Adam Williamson <awilliam@redhat.com>
1 parent 774646c commit e46ae08

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,18 @@ The `const` module provides several constants that are shadowed from the
6262
upstream openQA code, including job states, results, and the 'scenario
6363
keys'.
6464

65+
## Development
66+
67+
You can file pull requests at [Github](https://github.com/os-autoinst/openQA-python-client).
68+
There is an extensive test suite with CI integration. You can run the test
69+
suite locally by running `tox`. If your system has a tox version earlier
70+
than 3.3.0, you must have the `setuptools_scm` Python module installed for
71+
this to work correctly, or else you will get errors about a missing
72+
`install.requires` file.
73+
6574
## Licensing
6675

6776
This software is available under the GPL, version 2 or any later version.
68-
A copy is included as COPYING.
77+
A copy is included as COPYING. Contributions submitted as pull requests are
78+
assumed to be submitted under the same license terms unless otherwise
79+
specified.

0 commit comments

Comments
 (0)