-
Notifications
You must be signed in to change notification settings - Fork 95
Contributing
Wolfgang Mehner edited this page Oct 2, 2017
·
3 revisions
We are always thankful for suggestions and bug reports.
Do you want to contribute patches/extension/...?
- Please do so by sending us your pull requests.
- ... or by sending us your commits per email.
Please keep in mind that we strive for a certain level of quality, and that we want to keep our plug-ins within a reasonable scope.
Please keep to our rules for commit messages:
Some-Support: Add a short description
- Add feature number one.
- Change behavior number two.
- Fix problem number two.
- Minor changes.
- Documentation.
where the first line names the plug-in which has been changed, followed by the outline of what the commit changes, for example:
Bash-Support: Fix running of scripts
C-Support: Add debugger integration
Perl-Support: Documentation
Git-Support: Minor changes
If you are unsure about these rules, please send your commits per mail, so we can edit the commits before we commit them.