Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.28 KB

stellaris-species-editor

Short program written primarily to test out new Jetpack Desktop Compose library. Allows safe editing and option selection for Stellaris Species file.

Build Status

Gradle Build on PR

Scan with Detekt

Contributions

Contributions are encouraged, and welcome.
When committing code to the repository, the only permitted branch to push to is require/review.
To push to this branch, this is the workflow that you should follow:

  1. Make your changes.
$ vim <file_to_edit>
  1. Commit and sign your changes.
$ git add <file_to_edit>
$ git commit -S
  1. Make sure you are up to date.
$ git fetch; git pull --rebase
  1. Push your new commit to the correct remote branch.
$ git push origin HEAD:require/review
  1. Create a Pull Request on GitHub.

  2. Await an Administrator's approval.