git-work
Provide you an elegant Git workflow.
Contributing
- Fork it.
- Create a branch (
git checkout -b my_git-work
) - Commit your changes (
git commit -am "Add Redmine API support"
) - Push to the branch (
git push origin my_git-work
) - Create an Issue with a link to your branch
- Enjoy a refreshing Diet Coke and wait
Submitting an Issue
I use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issuse by voting it up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug, including your gem version, Ruby version, and operating system. Ideally, a bug report should include a pull request with failing specs.
Copyright
Copyright (c) 2012 Joseph Ku. See LICENSE for details.