-
Notifications
You must be signed in to change notification settings - Fork 95
Contributing
Wolfgang Mehner edited this page Jan 2, 2014
·
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: Short description.
- Change number one.
- Change 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: Fixed running of scripts.
C-Support: Added 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.