We gladly accept new feature to this project. Please read the guidelines for reporting issues and submitting pull requests below.
- Please make clear in the subject what the issue is about.
- Include the version and vendor of Java Virtual Machine you are using.
- HeapStats agent depends on HotSpot VM, e.g., OpenJDK and Oracle JDK. If you uses other JVM, we may not fix the issue because the codes are not opened. But, pull request(s) which support other JVM are very welcome!
NOTE: HeapStats project uses bugzilla mainly. If you have a time, please create a new bug for bugzilla.
- Fork it and clone your new repo
- Create a branch (
git checkout -b my_good_feature
) - Commit your changes (
git add my/good/file.cpp; git commit -m "Added my good feature"
) - Push your changes to your fork (
git push origin my_good_feature
) - Open a Pull Request
The important cautions:
- Your commit message(s) will be modified by maintainer to follow icedtea format.
- Do NOT worry, we NEVER remove your contributions. Just add small fixes.
- Do not update the ChangeLog.