Browse Source

Merge pull request #27 from norv/master

Info on sign off
Spuds 12 years ago
parent
commit
021b299250
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -3,7 +3,7 @@
 This is a SMF 2.1 development repository.
 The software is licensed under [BSD 3-clause license](http://www.opensource.org/licenses/BSD-3-Clause).
 
-Contributions to documentation are CC-by-SA 3. Third party libraries or sets of images, are under their own licenses.
+Existing documentation is licensed under CC-by-SA 3. Third party libraries or sets of images, are under their own licenses.
 
 ######Notes:
 
@@ -16,6 +16,7 @@ by signing off your contributions, you acknowledge that you can and do license y
 * fork the repository. If you are not used to Github, please check out [fork a repository](http://help.github.com/fork-a-repo).
 * branch your repository, to commit the desired changes.
 * sign-off your commits, to acknowledge your submission under the license of the project.
+ * an easy way to do so, is to define an alias for the git commit command, which includes -s switch (reference: [How to create Git aliases](http://githacks.com/post/1168909216/how-to-create-git-aliases))
 * send a pull request to us.
 
 Finally, feel free to play around. That's what we're doing. ;)