If you wish to contribute to the ArkAscendedServerManager codebase or documentation, feel free to fork the repository and submit a pull request. If you don't know what to do you can head over to the Issues page and look for a feature you can make! tip: if you're starting out with contributing, look for an issue with the 'good first issue' tag ;)
To comfortably work on the codebase, please do the following:
- Fork & clone the repository, and make sure you're on the main branch.
- Run
wails dev
to start the dev server. (install) - Use
git checkout -b feature/branch_name
to create and switch to your own feature branch. (bug/branch_name
for bug fixes) - Code some awesome things!
- Test your code and make sure it works/doesn't break any other features.
- Run
wails build
one last time to make sure the build process still succeeds. - Push your changes to your own forked repo.
- Create a pull request.