Revision 5fdf8c3c9e5ecc6ed3200feaf8731ace016779d7 authored by Valentin Lorentz on 07 December 2014, 08:29:18 UTC, committed by Valentin Lorentz on 07 December 2014, 08:29:18 UTC
Misc: add ability to specify custom help strings
2 parent s 8bf4cf6 + 9215bb5
Raw File
CONTRIBUTING.md
# Contributing to Limnoria

## Guidelines

Follow the [Style Guidelines].

When adding a string that will be shown on IRC, always internationalize
it (wrap it in a call to `_()`).
When making a trivial change to an internationalized string that does not
affect the meaning of the string (typo fix, etc.), please update the
`msgid` entry in localization file. It helps preserve the translation
without the translator having to review it.


[Style Guidelines]:http://supybot.aperio.fr/doc/develop/style.html

## Sending patches

When you send a pull request, **send it to the testing branch**. 
It will be merged to master when it's considered to be enough stable to be 
supported.

Don't fear that you spam Limnoria by sending many pull requests. According 
to @ProgVal, it's easier for them to accept pull requests than to 
cherry-pick everything manually.

See also [Contributing to Limnoria] at [Limnoria documentation].

[Contributing to Limnoria]:http://supybot.aperio.fr/doc/contribute/index.html#contributing-to-limnoria

[Limnoria documentation]:http://supybot.aperio.fr/doc/index.html
back to top