Contribution Guidelines

September 11, 2018 ยท View on GitHub

Pull requests are more than welcome! Below a few guidlines for submitting contributions:

  • Fork the repository, create a new branch and submit your pull request.
  • Give your pull request a useful title and descriptive comments.
  • Make sure your local repo is up to date before submitting your pull request.
  • Rebase your commits to squash multiple commits into one before submitting your pull request. This keeps the main repo commit history clean and makes it easier to revent changes.
  • Use Python 3
  • Please TEST YOUR CONTRIBUTION! Be sure that your contribution works against all CMSs before submitting. After testing, changes will be merged to master.