My favorites | Sign in
Project Logo
                
SourceInformation  
Source Code and Contribution Guidelines

Where is the Source?

We use github for all tracking of the project. The current maintainer is Jakobo <jakob@felocity.org> and the source can be obtained from http://github.com/Jakobo/snaptest/tree/master or any of its listed forks.

Contribution Guidelines

It's awesome you want to pitch in and help, there's just some few housekeeping things to take care of. The most important of these is helping make sure that patches submitted to the SnapTest project are available to everyone.

The very short list of things to be a good contributor is:

  1. Use 4 spaces for tab. Do not submit patches containing tab
  2. Use Unix line endings (\n not \r\n)
  3. Use K&R style, but do not drop braces ({ or })

The even shorter list of things you MUST do as a contributor is:

  1. Sign off your patches

4 Spaces for Tab, Unix Line Endings: Being consistent in this just makes the patching process easier. There is less chance of crazy conflicts, and things will display consistently on all screens. Nobody really wants ^M showing up in their editor all over the place.

K&R Style, but do not drop braces({ or }): This is done to support the widest range of editors which use folding. Things simply fold better in more editors, and while the rest of K&R style is solid cross-editor, this is just an annoying quirk.

Sign off your patches: Okay, the other two are "nice" to do, but this one is a must. You simply MUST add Signed-off-by: Random J Developer <random@developer.example.org> to a message containing a commit / patch that you wish to contribute to the project. Adding this statement is a signature agreeing to the Developer's Certificate of Origin, which is hopefully the closest this project ever gets to a CLA. If you don't include one, it'll have to be gotten (likely contact via email) to get the necessary permission. If we can't get the sign off, we can't include the patch.

Developer's Certificate of Origin

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or

(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.

(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

If you can certify (a), (b), (c), and (d), then you simply need to sign off your commit or the posting containing your patch with Signed-off-by: Random J Developer <random@developer.example.org>. If you are using git, then you can simply use the git commit -s command.

List of Contributors

A chronological list of contributors can be found on the ContributorList page.

Hosted by Google Code