From 569569d1e42352a1e5bd0a9306fa83f1c9797df7 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Fri, 30 Dec 2016 17:45:06 +0400 Subject: [PATCH] maint: add GitHub pull request template trying to direct contributors to Trac Signed-off-by: Yury V. Zaytsev --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 000000000..6c5651ded --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Thank you for thinking about contributing to Midnight Commander, but we **ARE NOT** using pull requests to manage incoming patches! + +Instead, please check out our Trac instance to see if the issue has already been reported, or submit a new ticket: + +http://midnight-commander.org/wiki/NewTicket + +If you chose to submit the pull request instead, keep in mind that we are not checking on them regularly, so it might take ages before we even get to it, if at all. + +Unfortunately, GitHub does not allow us to disable the pull requests feature for this repository, so we have to warn you this way...