Apply cosmetic changes to GitHub templates

This commit is contained in:
Holger Weiss 2016-03-15 00:12:01 +01:00
parent 3fef1a4435
commit 68675effac
2 changed files with 23 additions and 27 deletions

View File

@ -1,16 +1,15 @@
Please answer these questions before submitting your issue. It may help ! > What version of ejabberd are you using?
Thanks!
1. What version of ejabberd are you using ?
2. What operating system are you using ?
> What operating system (version) are you using?
3. How did you install ejabberd (source, package, distribution) ?
> How did you install ejabberd (source, package, distribution)?
4. What did not work as expected ? What that error in the log ?
What that unexpected behaviour ? What was the expected result ? > What did not work as expected? Are there error messages in the log? What
> was the unexpected behavior? What was the expected result?

View File

@ -1,23 +1,20 @@
We are open to contribution for ejabberd, as Github pull requests (PR). We are open to contributions for ejabberd, as GitHub pull requests (PR).
Here is a few points to consider before submitting your pull request. Here are a few points to consider before submitting your PR. (You can
(You can remove the whole text after reading). remove the whole text after reading.)
1. Does this PR address an issue ? 1. Does this PR address an issue? Please reference it in the PR
Please reference it in PR description. description.
2. Have you properly described the proposed changed ? 2. Have you properly described the proposed change?
3. Please, make sure the change is atomic and does only touch the 3. Please make sure the change is atomic and does only touch the needed
needed modules. modules. If you have other changes/fixes to provide, please submit
If you have other changes / fixes to provide, please make them as them as separate PRs.
separate PR.
4. If you change or new feature involves backends, 4. If your change or new feature involves storage backends, did you make
did you make sure you change is compliant with all backends or sure your change works with all backends?
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 5. Do you provide tests? How can we check the behavior of the code?
processone/docs.ejabberd.im ?
6. Did you consider documentation changes in the
processone/docs.ejabberd.im repository?