diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000000000000000000000000000000000000..93055b0dc24d61a9bc3d353e1473b70dd06a33ff --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,23 @@ +Contributing to SecureAccessTokenAuthorizer +=========================================== + +Contributions are accepted in many forms. + +Examples of contributions include: + +* Bug reports and patch reviews +* Documentation improvements +* Code patches + +File a ticket at: + +https://github.com/PrivateStorageio/SecureAccessTokenAuthorizer/issues/new + +SecureAccessTokenAuthorizer uses GitHub keep track of bugs, feature requests, and associated patches. + +Contributions are managed using GitHub's Pull Requests. +For a PR to be accepted it needs to have: + +* an associated issue +* all CI tests passing +* patch coverage of 100% as reported by codecov.io