From af74462255aeafa528eff20fdb03a98902e3b7a0 Mon Sep 17 00:00:00 2001 From: Pharap <2933055+Pharap@users.noreply.github.com> Date: Thu, 25 Mar 2021 08:29:28 +0000 Subject: [PATCH] Create pull_request_template.md (#81) --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 7 +++++++ 1 file changed, 7 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..ce2b607 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,7 @@ +**Important** + +_Please do not create a pull request unless you have created an appropriate issue, discussed the issue with the authors/maintainers and received the explicit approval of the library's authors/maintainers to provide a bug fix or feature implementation._ + +_Creating pull requests without adequately discussing the situation with the authors/maintainers is likely to get your pull request closed._ + +_This rule is in place to ensure that all issues are properly discussed, evaluated and agreed upon._