👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to ScreenClient on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
-
Fork the Repository. Create a fork of this project to your GitHub account.
-
Clone the Repository. Clone your forked repository to your local machine.
git clone git@github.com:Golden-Developer/ScreenClient.git
-
Create a New Branch. Create a new branch for the changes you want to make.
git checkout -b <branch-name>
-
Make Your Changes. Make your changes and ensure they work correctly.
-
Commit Your Changes. Save your changes in your local repository.
git commit -m "Description of changes"
-
Push Your Branch. Upload your changes to GitHub.
git push origin <branch-name>
-
Create a Pull Request. Go to your repository on GitHub and click the "Create Pull Request" button.
-
Describe Your Changes. Provide a clear and detailed description of your changes so the project maintainers understand what you did and why.
-
Wait for a Review. A project maintainer will review your changes and decide whether to include them in the project.
-
Make Changes if Necessary. If the project maintainer suggests changes, make those changes and update your pull request.
Thank you for your contribution!
Please note that this project has a Code of Conduct. You can find it in the CODE_OF_CONDUCT.md
file.
By contributing to this project, you agree to abide by the terms of the license which can be found in the LICENSE.md
file.