mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 08:46:01 +01:00
https://github.com/collectiveidea/awesome_nested_set/commit/606847769 git-svn-id: http://svn.redmine.org/redmine/trunk@13143 e93f8b46-1217-0410-a6f0-8f06a7374b81
695 B
695 B
Contributing to AwesomeNestedSet
If you find what you might think is a bug:
- Check the GitHub issue tracker to see if anyone else has had the same issue.
- If you don't see anything, create an issue with information on how to reproduce it.
If you want to contribute an enhancement or a fix:
- Fork the project on GitHub
- Make your changes with tests.
- Commit the changes without making changes to the Rakefile or any other files that aren't related to your enhancement or fix.
- Write an entry in the CHANGELOG
- Send a pull request.