summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorChristopher Geelen <christopher.geelen@vinotion.nl>2016-07-27 13:58:23 +0200
committerChristopher Geelen <christopher.geelen@vinotion.nl>2016-07-27 13:58:23 +0200
commit24745182724ca69092554eb5946e31584420f68a (patch)
tree386cdf7a8d7bf7ad2d80d938333bafbaf0fedcbc /.github/pull_request_template.md
parent160c0b885eb4f1a1a1baa2b6b9fc6d99fdb80d0c (diff)
parent9649f7ba82ba7fe6a470abfe9f65e214cc68fa34 (diff)
Merge remote-tracking branch 'upstream/master'
Conflicts: app/Job/NotificationJob.php
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..be59deac
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,8 @@
+Before to submit your pull-request:
+
+- Be sure that the unit tests pass
+- If you create a new feature, test your code, do not introduce new bugs
+- Avoid code duplication
+- Small pull-requests are easier to review and can be merged quickly
+- 1 pull-request == 1 feature/improvement
+- Non necessary features should be implemented as plugin