From da3d5bc40711106a802eb7f718a1d6384c151c01 Mon Sep 17 00:00:00 2001 From: Valera Date: Sat, 23 Feb 2019 14:31:01 +0300 Subject: [PATCH] Added pull request template --- pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 0000000..5af35af --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,8 @@ +## Checklist before pull request +* [ ] There is an associated issue that is labelled 'Bug' or 'help wanted' or is in the Community milestone +* [ ] Code is up-to-date with the `master` branch +* [ ] You've successfully run `npm test` locally +* [ ] There are new or updated tests validating the change + +## Fixes # +About your changes