diff options
| author | cpldcpu <cpldcpu@gmail.com> | 2013-12-17 10:13:03 +0100 | 
|---|---|---|
| committer | cpldcpu <cpldcpu@gmail.com> | 2013-12-17 10:13:03 +0100 | 
| commit | 4ffadcc8d2aac91a3c34d913422e70df7f7e71d9 (patch) | |
| tree | 0e2572f2601539f7abc1a759fe801a720b81fedb | |
| parent | a44f516520527a08c251561b28ee973d4060195f (diff) | |
| parent | f2e9a2dc631c2f3c2b9a7918931bf280e1e29ee2 (diff) | |
| download | micronucleus-4ffadcc8d2aac91a3c34d913422e70df7f7e71d9.tar.gz micronucleus-4ffadcc8d2aac91a3c34d913422e70df7f7e71d9.tar.bz2 micronucleus-4ffadcc8d2aac91a3c34d913422e70df7f7e71d9.zip  | |
Merge remote-tracking branch 'origin/master' into testing
| -rw-r--r-- | Contributing.txt | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/Contributing.txt b/Contributing.txt index b83a266..bc97331 100644 --- a/Contributing.txt +++ b/Contributing.txt @@ -1,5 +1,15 @@  Before contributing, please keep in mind the following: + - The development branch of micronucleus is called "testing" and contains all +   the latest changes. You can check it out with "git checkout testing" or using +   a graphical git tools.  +   https://github.com/micronucleus/micronucleus/tree/testing +  + - Please commit contributions as a pull request to "testing" so there is less +   troube with merging. Alternatively, if you only have small changes, just +   open an issue and one of the maintainers will add it manually. +   https://github.com/micronucleus/micronucleus/issues +      - Have a look at License.txt   - If you're going to write or change C or Ruby code, read Style Guide.txt   - When writing commit messages, please prefix your message with one of these: @@ -11,3 +21,4 @@ Before contributing, please keep in mind the following:  	 This will help us all understand what your commit is primarily in relation  	 to when reading through the commit history hunting for specific changes.   - Even if you aren't writing code, we prefer spaces to tabs. +   | 
