File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,18 @@ The `const` module provides several constants that are shadowed from the
62
62
upstream openQA code, including job states, results, and the 'scenario
63
63
keys'.
64
64
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
+
65
74
## Licensing
66
75
67
76
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.
You can’t perform that action at this time.
0 commit comments