Thank you on working on improving the SQLGame! It is supposed to be an open source game, and any contribution is more than welcome.
Note: Before you start contributing, you must read and abide by our Code of Conduct.
- Create a GitHub account
- Setup the Environment as explained bellow
- You should intall the Unity Hub at Download Unity
- Using the Unity Hub, you should install the 2020.3.26f1 Editor Version.
- Make sure to install the Visual Studio too.
- Install the
git
: For source control
- Submit an issue describing your proposed change to the repo in question.
- The repo owners will respond to your issue promptly.
- Fork the desired repo, develop and test your code changes.
- Submit a pull request.
Every PR should be well described about what it is changing and why and how to test it.