Don't use issue tracker (nor send any pull request) if you find a security issue. They are public, so please send an email to the address on my Github profile
Before work on features or bug fix you might want to open an issue first.
No need to do this for small things or evident bugs that need a fix.
After the change or new feature has been discussed, the contributing flow is:
- Fork it
- Create your feature or bug-fix branch
- Make your changes
- Commit your changes
- Run the tests, adding new ones for your own code if necessary.
- Repeat 4, 5 and 6 until all tests pass.
- Push to the branch
- Create a pull request from your branch to "dev" branch