Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

38 lines (26 loc) · 1.31 KB

Contributing to SQLGame

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.

Contributing Code

Getting Started

  1. Create a GitHub account
  2. Setup the Environment as explained bellow

Environment Setup

  1. You should intall the Unity Hub at Download Unity
  2. Using the Unity Hub, you should install the 2020.3.26f1 Editor Version.
  3. Make sure to install the Visual Studio too.
  4. Install the git: For source control

Contributing steps

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owners will respond to your issue promptly.
  3. Fork the desired repo, develop and test your code changes.
  4. Submit a pull request.

PR Process

Every PR should be well described about what it is changing and why and how to test it.