mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Add tips for writing commit messages
parent
4eb54c00cf
commit
fcd33f779c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ git diff master..experiment > my_feature.patch
|
||||||
|
|
||||||
Then attach my_feature.patch to a ticket.
|
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.
|
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).
|
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).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue