28 lines
No EOL
1.6 KiB
Markdown
28 lines
No EOL
1.6 KiB
Markdown
How to Contribute
|
|
=====
|
|
|
|
First of all, thank you for considering, or for contributing to any of the following mods
|
|
```
|
|
LibZontreck
|
|
Arias-Essentials
|
|
OTEMod (Now Thresholds)
|
|
Fire
|
|
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. |