The GitHub Wiki provides all the latest information on building LUMA for different platforms.
To start working on a feature:
- Clone the repo.
- Create a local branch and name it after the issue on the tracker (e.g. Issue18).
- Work on the issue updating the issue tracker with comments to keep everyone informed of progress.
- Commit often and remember to update the releases notes in the ./docs/ directory describing the changes in as much detail as possible. Use existing formatting as a guide.
- Push the changes to a remote version of the repo for all to see.
- Mark the issue as resolved.
- Register a pull request into the pre-release branch so our development team can discuss the changes and run tests before merging.
- Once merged, we will mark the issue as closed.
- Wiki release notes are updated from the release notes in the ./docs/ notes by the development team when a release is pushed to the master.