From 6234dde75ee86b1b85decc54e68cfa140ad121f2 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 22 May 2025 01:28:10 -0500 Subject: [PATCH] Update PR guideline with map PR section (#3819) Co-authored-by: Velcroboy --- CONTRIBUTING.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b811795199..989e06c11a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,19 @@ Conflicts with maps make PRs mutually exclusive so either your work or the maint Please make a detailed list of **all** changes(even minor changes) with locations when submitting a PR. This helps reviewers hone in on them without having to search an entire map for differences. Ex: [Map Edits](https://github.com/DeltaV-Station/Delta-v/pull/3165) -Please limit changelogs on map PRs to **significant** map alterations or additions. Minor map edits do not need changelogs. Limit changelogs to one per PR. + +**Submitting a map PR** + +Please limit changelogs on map PRs to **significant** map alterations or additions. Minor map edits do not need changelogs. +Format for map PRs looks like: +``` +:cl: Yourname +MAPS: Mapname +- add: Added fun! +- remove: Removed fun! +- tweak: Changed fun! +- fix: Fixed fun! +``` # Before you submit