From 4c9910f8f721fdffc1a439b0f6aea864802bdc92 Mon Sep 17 00:00:00 2001 From: Hari Date: Thu, 23 Mar 2017 17:02:24 +0530 Subject: [PATCH] Added a pull request template --- pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..a48074444 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,7 @@ +Please ensure that your pull request meets the following requirements - thanks ! + +* Follows our existing [codestyle](https://github.com/k9mail/k-9/wiki/CodeStyle). +* Does not break any unit tests. +* Contains a reference to the issue that it fixes. + +