diff options
| author | MichaelTheShifter <[email protected]> | 2016-04-08 10:26:28 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-04-08 10:26:28 -0400 |
| commit | 11ac54726ec0341656be5bde68e9c454fe7314cd (patch) | |
| tree | 58849262e172206d57bc279e5bff014c8a9f196a | |
| parent | 772b3aa4321415d58926ffeb4286cc315ab2fb4f (diff) | |
| download | shiftos-c--11ac54726ec0341656be5bde68e9c454fe7314cd.tar.gz shiftos-c--11ac54726ec0341656be5bde68e9c454fe7314cd.tar.bz2 shiftos-c--11ac54726ec0341656be5bde68e9c454fe7314cd.zip | |
Update README.md
| -rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,2 +1,12 @@ -# ShiftOS-C- -The Official C# Rewrite of ShiftOS. +# ShiftOS C# + +ShiftOS C# is the official C# rewrite of the original ShiftOS 0.0.9. It is led by Michael VanOverbeek and developed by the community. + +ShiftOS C# is licensed under the GNU General Public License 3.0. Before making any changes, I cannot stress this enough - PLEASE read the license document found in the root of the project. + +## How to contribute + +You can contribute by forking the source code to your own repo, and pulling it down to your computer using a Git client. We recommend GitHub for Desktop. You can also use Atlassian SourceTree, or any other Git clients. It's up to you. + +You can commit changes to your fork, but to have them in the main project, create a pull request from your fork to the actual game. Then, I (Michael) will review it, and if it gets accepted, it will be merged. + |
