From 3698cb5e97e3d77b4b13d88d5cc0457d505dd67d Mon Sep 17 00:00:00 2001 From: Sefiraat Date: Wed, 5 Apr 2023 14:49:21 +0100 Subject: [PATCH] [CI Skip] Create CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2b9a2bd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via the Slimefun Addon Community Discord server (https://discord.gg/J4KurMDCKU). + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull Request Process + +1. Ensure any install or build dependencies are removed before the end of the layer when doing a + build. +2. Ensure valid annotations and JavaDocs have been added to new, public, methods and code has been commented for clarify where appropriate. +3. Increase the version numbers in the pon.xml file to the new version that this + Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/). +4. You may merge the Pull Request in once you have the sign-off of one other developer, or if you + do not have permission to do that, you may request the reviewer to merge it for you.