First, please do a search in open issues to see if the issue or feature request has already been filed. If there is an issue add your comments to this issue.
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Whenever possible:
- Provide reproducable steps, what the result of the steps was, an what you would have expected.
- Screen shots of the issue/input/any error messages
- Description of what you expect to happen
- Animated GIFs
- Code that demonstrates the issue
The general development process is:
- Fork this repo and clone it to your workstation.
- Create a feature branch for your change.
- Write code and tests.
- Push your feature branch to github and open a pull request against master.