From 93b6c88f7bdf2596b41fc60b277a128fa9246b4b Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 15 Sep 2022 12:52:21 +0300 Subject: [PATCH] add pr template --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..a547c91 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,11 @@ +--- +name: 'Pull request' +about: Write down what you changed +title: 'Pull request' +labels: '' +assignees: '' + +--- + +In order to make everything clear +**Write down what you changed and why** \ No newline at end of file