From 00df7fee1d75bde0a05d2a91dd04471da403250a Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Sun, 24 Nov 2019 21:21:59 -0500 Subject: [PATCH] Update pull_request_template.md --- .../pull_request_template.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 20f25f0c..d7deb240 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,16 +1,3 @@ ## 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. +**Pull requests are not currently accepted for the project including the core PySimpleGUI code, the Demo Programs and documentation **