Skip to content

Way of Contributions

András Belicza edited this page Feb 8, 2016 · 5 revisions

This page details the way how You can make contributions to the Scelight project.

If you want to contribute code, you can fork the project which will create a copy of this project under your github user. You will have full access to your forked project.

You can clone your forked project, and you can make changes to it, commit them and push them to your forked project.

Read the Environment Setup page how to set up your environment to run and make changes to the development version of Scelight locally on your computer.

Once you're done with your changes, commits and pushes, make a new pull request, requesting to pull your commits into the Scelight project.

Trusted contributors may become collaborators of the main Scelight project, and so they can commit and push changes to the main Scelight repository directly.

Things to keep in mind:

  • Make sure there is an Open Issue created to the enhancement / bug your working on, and that you let everyone know that your working on it by commenting on the issue properly.

Clone this wiki locally