From 77ca0939e4bf2cb750ae3fea233a7164146eb78c Mon Sep 17 00:00:00 2001 From: Andrey Melnikov Date: Tue, 29 Sep 2020 12:20:58 -0700 Subject: [PATCH] update: added checklist to PR to help remind people to include unit tests, documentation, and the license of the project. --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 62646a4..c053dd4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,3 +14,9 @@ Usage: `Fixes onepanelio/core#` Fixes onepanelio/core# **Special notes for your reviewer**: + +**Checklist** + +- [ ] I have added/updated relevant unit tests +- [ ] I have added/updated relevant documentation +- [ ] I accept to release these changes under the Apache 2.0 License \ No newline at end of file