From d0f458656afb3bfa12d1884ff674c4a6c7ed85a1 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Mon, 18 Mar 2013 23:49:02 -0300 Subject: [PATCH] Remove point about squashing commits. By: Warren --- paper-api/CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/paper-api/CONTRIBUTING.md b/paper-api/CONTRIBUTING.md index dfe5feb87e..0a0f897cf6 100644 --- a/paper-api/CONTRIBUTING.md +++ b/paper-api/CONTRIBUTING.md @@ -8,7 +8,6 @@ The Bukkit project prides itself on being community built and driven. We love i - Fork the repository if you haven't done so already. - Make your changes in a new branch (if your change affects both Bukkit and CraftBukkit, we highly suggest you use the same name for your branches in both repos). - Test your changes. -- Squash your commits if necessary. - Push to your fork and submit a pull request. - **Note:** The project is put under a code freeze leading up to the release of a Minecraft update in order to give the Bukkit team a static code base to work on.