From d3d2106262dd93ae4560a6293ebb61c7aa2a6397 Mon Sep 17 00:00:00 2001 From: tedks Date: Sun, 21 Sep 2014 17:39:10 -0700 Subject: [PATCH] Updated How to contribute (markdown) --- How-to-contribute.md | 70 ++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/How-to-contribute.md b/How-to-contribute.md index c440ded..28bd4f7 100644 --- a/How-to-contribute.md +++ b/How-to-contribute.md @@ -1,36 +1,36 @@ -All contributions are welcome. We like to see contributions like for example: - -* Tutorials on installing Tracks in various environments.
They can be added to the wiki on github -* Tutorials on using Tracks (user manual).
They can be added to the wiki on github -* Reporting issues you have with Tracks (bugs, enhancements).
Please use Assembla for reporting issues, we do not use guthub for issue management -* Bugfixes, enhancements: pull requests.
We review pull requests on github. For enhancements it would be great to first discuss them on the mailing list so you can figure out if it could be merged or not. You may use the wiki too to describe your change if it is too big for an email. - -To clone Tracks: - -
-
-mkdir ~/dev/tracks
-cd ~/dev/tracks
-git clone git://github.com/TracksApp/tracks.git
-
-
- -Or you can sign up for a free account on github and fork Tracks using the convenient button. - -For help with running the tests, see [[https://github.com/TracksApp/tracks/wiki/Testing]] - -If (when!) you produce a cool new feature or fix a bug, create a patch. If you develop in a branch called 'experiment': - -
-
-git diff master..experiment > my_feature.patch 
-
-
- -Then attach my_feature.patch to a ticket. - -If you are on github, you can use the button to issue a pull request for your changes to be pulled into the main repository. Please try to write a useful and well-formatted commit message -- see some [formatting guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) and [tips for integrating with the issue tracker](https://www.assembla.com/spaces/tracks-tickets/github_tool). - -If you've found a bug or got a feature to suggest, visit the Tracks [Assembla Space](http://www.assembla.com/spaces/tracks-tickets/) and create a ticket. You'll need to [create an account on Assembla](http://www.assembla.com/wiki/show/alWI9M0eWr3zoYab7jnrAJ). - +All contributions are welcome. We like to see contributions like for example: + +* Tutorials on installing Tracks in various environments.
They can be added to the wiki on github +* Tutorials on using Tracks (user manual).
They can be added to the wiki on github +* Reporting issues you have with Tracks (bugs, enhancements). +* Bugfixes, enhancements: pull requests.
We review pull requests on github. For enhancements it would be great to first discuss them on the mailing list so you can figure out if it could be merged or not. You may use the wiki too to describe your change if it is too big for an email. + +To clone Tracks: + +
+
+mkdir ~/dev/tracks
+cd ~/dev/tracks
+git clone git://github.com/TracksApp/tracks.git
+
+
+ +Or you can sign up for a free account on github and fork Tracks using the convenient button. + +For help with running the tests, see [[https://github.com/TracksApp/tracks/wiki/Testing]] + +If (when!) you produce a cool new feature or fix a bug, create a patch. If you develop in a branch called 'experiment': + +
+
+git diff master..experiment > my_feature.patch 
+
+
+ +Then attach my_feature.patch to a ticket. + +If you are on github, you can use the button to issue a pull request for your changes to be pulled into the main repository. Please try to write a useful and well-formatted commit message -- see some [formatting guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) and [tips for integrating with the issue tracker](https://www.assembla.com/spaces/tracks-tickets/github_tool). + +If you've found a bug or got a feature to suggest, visit the Tracks [Assembla Space](http://www.assembla.com/spaces/tracks-tickets/) and create a ticket. You'll need to [create an account on Assembla](http://www.assembla.com/wiki/show/alWI9M0eWr3zoYab7jnrAJ). + Thanks! \ No newline at end of file