From e0cf9c89be2c5473bb02d1bb0fcbf29b6ca08ffd Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Thu, 27 Aug 2020 11:46:34 +1000 Subject: [PATCH] Add note to CONTRIBUTING.md to suggest keeping commit messages / titles the same By: md_5 --- paper-server/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paper-server/CONTRIBUTING.md b/paper-server/CONTRIBUTING.md index 85fcf5fae4..fd928f73a4 100644 --- a/paper-server/CONTRIBUTING.md +++ b/paper-server/CONTRIBUTING.md @@ -10,7 +10,8 @@ __For Example:__ * SPIGOT-3510: Velocity broken for certain entities * MC-111753, SPIGOT-2971: Brewing stand not reloading -As you can see, Minecraft tickets can be referenced by including the appropriate ticket number (i.e. MC-111753) +As you can see, Minecraft tickets can be referenced by including the appropriate ticket number (i.e. MC-111753). +Where a pull request is spread across multiple repositories, please keep the title and first line of the commit message the same for each. ##### Pull Request Message Expectations The body of a PR needs to describe how the ticket was resolved, or if there was no ticket, describe the problem itself.