From 957b65ebb32cab08cbd56640b4b0e1d91bde1ce0 Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 5 Mar 2023 15:38:53 -0700 Subject: [PATCH] Add a contributing guideline document --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ gradle.properties | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..791c037 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +How to Contribute +===== + +First of all, thank you for considering, or for contributing to any of the following mods +``` +LibZontreck +Arias-Essentials +OTEMod +ClaimsMod +WatchMyDurability +``` + +It's people like you who make the contrinuted existence of these mods possible. + +Contributing to any of the mods under my development is simple. + +Code Contributions +--- +1) To contribute code, fork the repository, then make a new branch. Name it something like `bugfix_somefeature`, or `feature_newfeature`. When done coding, submit a pull request to have your changes be integrated upstream. + +Asset contribution +---- +2) Contributions are also accepted in the form of artwork or music, or sound, or block models from blockbench. Just simply follow the above steps to create your working base. Then send it to us in a pull request. No coding knowledge is necessary for adding these resources. Someone else can tackle that if you do not know how to code. An example of this is the Possum animal model in OTEMod. This was contributed by PossumTheWarrior via discord. + +Bug reporting or feature requests +---- +3) Bug reports. Please be as detailed as possible when reporting a bug. Include steps on how to reproduce the bug if possible. +4) Feature requests. Please be sure to name your issue ticket accordingly to indicate you are requesting a new feature, and not reporting a bug. Then be as detailed as possible in how you want the feature to work. If the feature is requested for LibZontreck. Please be detailed in how the API would work. You can do this simply by providing a basic interface example. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index a34d37f..43de2b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,5 @@ org.gradle.daemon=false mc_version=1.18.2 forge_version=40.2.1 -myversion=1.0.5.0302231758 -parchment_version=2022.11.06 \ No newline at end of file +myversion=1.0.5.0305231526 +parchment_version=2022.11.06