To add a new tool, please follow the classical way of contributing through GitHub:
- Create a fork of this repository (or update your existing one)
- Add your changes:
- In case of a new tool, please copy
_template
directory and adjust its README file; then place the tool (source codes and other relevant files there). - In case of existing tool, simply work on it
- Create a Pull Request to the upstream repository.
- Describe briefly what have you done and why in the PR message.
- Follow up the discussion.
To maintain good practice:
- Use English in your codes and write it understandable.
- Use comments where necessary.
- Use some code prettifier / code formatter to maintain nice code style.
When reporting an issue with a tool, please mention clearly what tool you used (from which specific commit) and how.