]> granicus.if.org Git - ejabberd/commitdiff
Apply cosmetic changes to GitHub templates
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 14 Mar 2016 23:12:01 +0000 (00:12 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 14 Mar 2016 23:12:01 +0000 (00:12 +0100)
.github/ISSUE_TEMPLATE
.github/PULL_REQUEST_TEMPLATE

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