From 2c3b5227873e79a19f64b3227a899d03c1bf06a3 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 24 Apr 2023 03:49:30 +0200 Subject: [PATCH] Update contributing.md --- contributing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 5cb4c536..d6ece389 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,7 @@ # Pull Requests -TODO +**I DO NOT ACCEPT PULL-REQUEST FOR FEATURES OR BUGFIXES REQUIRING SIGNIFICANT CODE/STRUCTURE CHANGES.** +**SUCH PULL REQUESTS WILL BE CLOSED AUTOMATICALLY. OPEN AN ISSUE DETAILING FEATURE REQUESTS OR POTENTIAL BUGFIX INSTEAD.** # Code Style @@ -122,4 +123,4 @@ Please follow this guide to properly format the JSON files for custom color maps * All additions and/or bug fixes to the core must not add additional dependencies. * Use VSCode for development, VS seems to cause issues. -* DO NOT use libboost for any code meant for this repository \ No newline at end of file +* DO NOT use libboost for any code meant for this repository