diff options
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 974be6a..1a7d3a4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -8,6 +8,16 @@ +Tests +===== + +Please ensure that any feature additions include adequate testing. The +overall goal for the Horizon repository is 100% test coverage for Runtime +Environment code, and 80% test coverage for Install Environment code. + +Bug fixes may include regression tests to ensure the bug does not recur. + + Contributing Changes ==================== |