From 891cd8affa29548a1ce59447619eeeb64e99a6fc Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Fri, 19 Jul 2019 19:08:58 -0400 Subject: [PATCH] Create pull_request_template.md Instructions for Pull Requests (PLEASE READ BEFORE ANY PULL REQUEST IS MADE) --- .../pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 00000000..20f25f0c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,16 @@ +## Pull Request Instructions + +**Pull requests are not currently accepted for for core code which are these files:** + +* PySimpleGUI.py +* PySimpleGUIQt.py +* PySimpleGUIWx.py +* PySimpleGUIWeb.py + +The bandwidth required to review and merge these changes simply isn't there. Because PySimpleGUI core files are a single file, +ALL submitted pull requests required a manual merge of the code. + +If you have code that you believe will fix a problem in the core code, post it in the Issue that discusses the problem. +This has worked well in the past as it enables the community to see the proposed changes. + +Pull Requests for the Demo Files are being accepted and are welcomed.