diff options
author | Stuart Stock <stuart@int08h.com> | 2018-03-10 19:42:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-10 19:42:00 -0600 |
commit | 8900bc7fab8eeeff2d3801c1bf951c8e57cffa33 (patch) | |
tree | 11df2486385b0abe1b844d9ed67ad753423dd5fe /CONTRIBUTING.md | |
parent | d7a0c625a5116c3313d45c8d1eadde0a50691470 (diff) | |
download | roughenough-8900bc7fab8eeeff2d3801c1bf951c8e57cffa33.zip |
Create CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e2a8c77 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contributing to Roughenough + +Do you enjoy working on obscure cryptographically secure time synchronization protocols? + +:+1::tada: nice, me too! + +# Contribute via Pull Requests + +Please open a pull request (PR) for your changes and include: + +* An overall description/rationale of the PR +* Tests for any new functionality +* Code style that matches what is already in the repo +* License (Apache 2.0) and copyright statements for your code +* A willingness to iterate and make changes ;) + +`Roughenough` targets **stable Rust** only. Contributions that don't compile +on `stable` will be rejected. Sorry. + +# Thanks In Advance + +Stuart @int08h |