We gladly accept bugfixes and new features. Please follow the guidelines here to ensure your work is accepted.
When filing a new Issue:
- Please make clear in the subject what the issue is about.
- Include the version of Python & Bevel used.
When submitting a pull request to resolve an issue:
- Fork it and clone your new repo
- Create a branch (
git checkout -b my_awesome_feature
) - Commit your changes (
git add my/awesome/file.py; git commit -m "Added my awesome feature"
) - Push your changes to your fork (
git push origin my_awesome_feature
) - Open a Pull Request