amia-team / amia

The official repository for the Amia module.
GNU General Public License v3.0
0 stars 0 forks source link

Introduction

This is a guide on how to pull, pack, develop, and unpack the mod so that your changes can be pushed to version control. Familiarity with how git and docker work are not required to be able to complete this guide. If there are any questions, do not hesitate to ask them on the forums or on the discord.

Contribution Guidelines

There are some things that should be kept in mind for potential contributors:

Requirements

Workflow

General Workflow

The general workflow for the module is:

Keep in mind that unless there were recent changes you need reflected in your working version of the module (that is, the one you have opened in the toolset), there is no need to re-pack the mod every time there is a change. So don't be worried too much about missing some area modifications someone else did unless you now also need those areas for your work. Always check missing commits before you start working, so you don't end up overwriting something someone else has done.

Script Editing