Explorar el Código

Adds Github pull request template

Ask Solem hace 8 años
padre
commit
76a05864d8
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      .github/PULL_REQUEST_TEMPLATE

+ 13 - 0
.github/PULL_REQUEST_TEMPLATE

@@ -0,0 +1,13 @@
+*Note*: Before submitting this pull request, please review our [contributing
+guidelines](https://docs.celeryproject.org/en/master/contributing.html).
+
+## Description
+
+Please describe your pull request.
+
+NOTE: All patches should be made against master, not a maintenance branch like
+3.1, 2.5, etc.  That is unless the bug is already fixed in master, but not in
+that version series.
+
+If it fixes a bug or resolves a feature request,
+be sure to link to that issue via (Fixes #4412) for example.