544 B
544 B
Thank you so much for wanting to give back to the toolbox. Here's some info on how to contribute:
#General:
Don't bunch up changes, e.g. if you have bug-fixes, new features and style changes, rather make 3 seperate pull requests.
Ensure that you introduce tests/examples for any new functionality
Guide
- Fork repository
- Create a new branch, e.g.
checkout -b my-stuff
- Commit and push your changes to that branch
- Make sure that the test works (!) (see known errors)
- Create a pull request
- I accept your pull request