summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorWarren <evilseph@gmail.com>2013-03-18 23:49:15 -0300
committerWarren <evilseph@gmail.com>2013-03-18 23:49:15 -0300
commitabee2151eaf79f908e94e5dabd85fcdf9c1c49e7 (patch)
treea967c38c60012ba916437d4373bd4e1cc71019c8 /CONTRIBUTING.md
parent370b912dd6cf5a158ffafaed58bf791f1a5e3ed6 (diff)
downloadcraftbukkit-abee2151eaf79f908e94e5dabd85fcdf9c1c49e7.tar
craftbukkit-abee2151eaf79f908e94e5dabd85fcdf9c1c49e7.tar.gz
craftbukkit-abee2151eaf79f908e94e5dabd85fcdf9c1c49e7.tar.lz
craftbukkit-abee2151eaf79f908e94e5dabd85fcdf9c1c49e7.tar.xz
craftbukkit-abee2151eaf79f908e94e5dabd85fcdf9c1c49e7.zip
Remove point about squashing commits.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dfe5feb8..0a0f897c 100644
--- a/CONTRIBUTING.md
+++ b/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.