summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Prévot <taffit@debian.org>2016-06-08 01:52:05 +0100
committerDavid Prévot <taffit@debian.org>2016-06-08 01:52:05 +0100
commitd7213b521d131220c9211b92d5dfb29585a9161a (patch)
tree11b5f7a3031020d36e2b3d6b72058e4cc6ce96d9 /.github
Import symfony_2.8.7+dfsg.orig.tar.gz
[dgit import orig symfony_2.8.7+dfsg.orig.tar.gz]
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..71c775e
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+| Q | A
+| ------------- | ---
+| Branch? | "master" for new features / 2.7, 2.8, 3.0 or 3.1 for fixes
+| Bug fix? | yes/no
+| New feature? | yes/no
+| BC breaks? | yes/no
+| Deprecations? | yes/no
+| Tests pass? | yes/no
+| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
+| License | MIT
+| Doc PR | reference to the documentation PR, if any