mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
24 lines
819 B
Plaintext
24 lines
819 B
Plaintext
|
We are open to contribution for ejabberd, as Github pull requests (PR).
|
||
|
Here is a few points to consider before submitting your pull request.
|
||
|
(You can remove the whole text after reading).
|
||
|
|
||
|
1. Does this PR address an issue ?
|
||
|
Please reference it in PR description.
|
||
|
|
||
|
2. Have you properly described the proposed changed ?
|
||
|
|
||
|
3. Please, make sure the change is atomic and does only touch the
|
||
|
needed modules.
|
||
|
If you have other changes / fixes to provide, please make them as
|
||
|
separate PR.
|
||
|
|
||
|
4. If you change or new feature involves backends,
|
||
|
did you make sure you change is compliant with all backends or
|
||
|
provide the feature for all backends ?
|
||
|
|
||
|
5. Do you provides tests ?
|
||
|
How can we check the behaviour of the code ?
|
||
|
|
||
|
6. Did you consider documentation changes on project
|
||
|
processone/docs.ejabberd.im ?
|