Skip to content

How to Contribute ?

Konijima edited this page Nov 12, 2021 · 6 revisions

Description

There is two way of contributing to this project.

Team member can directly contribute in the main repository.
External contributor can fork the repository and create Pull request.

Steps

  1. Clone the repository on your local machine
  2. Set the devbranch as your active branch and Fetch latest changes
  3. Make the changes that you want on your local machine
  4. When you are ready to commit and push your changes create a new branch from dev branch
    If asked to move your changes into your new branch, accept otherwise your changes will be stashed and fortunately recoverable
  5. Name your branch <feature_name>-<change_type>
  6. In that new branch, describe your commits as clear as possible and click Commits to your_new_branch
  7. Publish your new branch
  8. Create a Pull request

How to use Github


How to use IntelliJ


How to create a mod


How to create an API


Media Tutorials

Clone this wiki locally