From 6c9442d0b205b00c7a75ce7552cbe5924ba9bd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 25 Feb 2023 10:01:10 +0100 Subject: [PATCH] [ci skip] --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..4793bb7ae --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + IMPORTANT: Please DO NOT use Pull requests for requesting new features and or reporting bugs!!! + Use Issue tracker for it https://www.free-decompiler.com/flash/issues/ instead! + + Use Pull request ONLY when you have your own new java code to merge into JPEXS base. + Thank you for understanding.