- Fork the plugin repository (see github help: fork a repo).
- Hack on a separate topic branch created from the latest
master
. - Commit and push the topic branch.
- Create a pull request (see github help: create a pull request).
- Be patient 😎
- Indent is 4 spaces.
- Code should pass flake8 and pep257 linters.
- Vertical whitespace helps readability, don’t be afraid to use it.
- Please use descriptive variable names, no abbreviations unless they are very well known.
Thank you for helping out!