From 05e692c528670e66049799cc1534d1b9ca8c9253 Mon Sep 17 00:00:00 2001 From: Ido-Barnea Date: Fri, 15 Dec 2023 21:37:44 +0200 Subject: [PATCH] [#93] Added pull request template --- .github/ISSUE_TEMPLATE/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..4651c401 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -0,0 +1,11 @@ +--- +name: Pull request +about: Describe the changes you wish to merge to the master branch +title: '' +labels: '' +assignees: '' + +--- + +## Describe your changes +A clear and concise description of your changes.