From 359720786faf267d0d2ce7acfe73ab52cfc52dbe Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Thu, 18 Apr 2019 11:42:53 +1000 Subject: [PATCH] Mention requirement of JIRA ticket for bug fixes By: md_5 --- paper-server/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/paper-server/CONTRIBUTING.md b/paper-server/CONTRIBUTING.md index 4e3513bc40..85fcf5fae4 100644 --- a/paper-server/CONTRIBUTING.md +++ b/paper-server/CONTRIBUTING.md @@ -21,6 +21,7 @@ If a PR is for both Bukkit and CraftBukkit it should include a link to the appro * Submit a pull request to the relevant repository in the Spigot organization. * Make sure your pull request meets our [code requirements.](README.md) * If you are fixing a JIRA ticket, be sure to update the ticket with a link to the pull request. + * All bug fixes must be accompanied by a JIRA ticket. * Ensure all changes (including in patches) have our Minimal Diff Policy in mind. ##### Pull Request Feedback