We'd love to work with you and accept your contributions. For small changes like bug fixes, typos, etc. Please Fork us and submit a pull request with the details of what you have changed.
For larger changes, you will have to electronically sign a Contributor Licence Agreement
Signing the CLA is easy and hopefully painless.
- Read the CLA.
- Make an account on GitHub if you don't have one already.
- File a pull request for this project.
- Email us.
- Wait for us to merge your pull request.
GitHub has documentation to help you file a pull request.
Your pull request should be the addition of a single file to the contributors
folder. The name of the file should be your GitHub userid, with .md
appended to the end. For example, the user dasgarner
would create the file dasgarner.md
in the contributors
folder - this would result in the following full path: contribitors/dasgarner.md
.
The file must contain the following:
[date]
I hereby agree to the terms of the Contributors License
Agreement, version 1.0, with MD5 checksum
2141746be10ee23794f402369cf644fc.
I furthermore declare that I am authorized and able to make this
agreement and sign this declaration.
Signed,
[your name]
https://github.com/[your github userid]
Replace the bracketed text as follows:
- [date] with today's date, in the unambiguous numeric form YYYY-MM-DD.
- [your name] with your name.
- [your github userid] with your GitHub userid.
You can confirm the MD5 checksum of the CLA by running the md5 program over cla-1.0.md
:
md5 cla-1.0.md
MD5 (cla-1.0.md) = 2141746be10ee23794f402369cf644fc
If the output is different from above, do not sign the CLA and let us know.
Send an email to us at [email protected], with the subject "CLA" and the following body:
I submitted a pull request to indicate agreement to the terms
of the Contributors License Agreement.
Signed,
[your name]
https://github.com/[your github userid]
[your address]
[your phone number]
Replace the bracketed text as follows:
[your name]
with your name.[your github userid]
with your GitHub userid.[your address]
with a physical mailing address at which you can be contacted.[your phone number]
with a phone number at which you can be contacted.