From 37ba50af3e44daac1ca42173da16f9c0caafc44a Mon Sep 17 00:00:00 2001 From: Yochai Gilad Date: Tue, 19 May 2020 08:46:30 +0300 Subject: [PATCH] Add a Pull Request Template to te Repository (#67) --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3724902 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +#### Pull Request Description + +_[Add a description of your pull request here]_ + +--- + +#### Future Release Comment +_[Add description of your change, to include in the next release]_ +_[Delete any or all irrelevant sections, e.g. if your change does not warrant a release comment at all]_ + +**Breaking Changes:** +- None + +**Features:** +- None + +**Fixes:** +- None