##// END OF EJS Templates
Merged r13531 from trunk to 2.6-stable (#18252)...
Merged r13531 from trunk to 2.6-stable (#18252) Japanese wiki_syntax_detailed.html translation updated by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13532 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12868:43e84c6c1070
r13150:1a6b7e2a6064
Show More
CONTRIBUTING.md
14 lines | 695 B | text/x-minidsrc | MarkdownLexer

Contributing to AwesomeNestedSet

If you find what you might think is a bug:

  1. Check the GitHub issue tracker to see if anyone else has had the same issue.
  2. 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:

  1. Fork the project on GitHub
  2. Make your changes with tests.
  3. Commit the changes without making changes to the Rakefile or any other files that aren't related to your enhancement or fix.
  4. Write an entry in the CHANGELOG
  5. Send a pull request.