From 2b5d2fbe9eed85965ac1a6c38b3e0c156f279c2b Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 14 May 2023 02:22:26 +0200 Subject: [PATCH] project: Add guideline for patches --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65a349fa..45f2ddc6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,7 @@ Depending on where the file is that you ended up modifying, or if you modified m - `/source`, `/include` -> `code` - `/templates` -> `templates` (or merge with `cmake`) - `/third-party` -> `third-party` +- `/patches` -> `patches` - `/tools` -> `tools` - `/ui` -> `ui` (if not part of a `code` change) - Most other files -> `project`