First off, thank you for considering contributing to this project. It's people like you that make this project such a great one.
-
Fork the repository. This creates your own copy of the repository where you can make your changes.
-
Clone the repository to your local machine. This allows you to work on the changes on your own machine.
git clone https://github.com/<your-username>/<repository-name>.git
-
Create a new branch. This keeps your changes separate from the main project until you're ready to merge them in.
git checkout -b <branch-name>
-
Make your changes. Do the work you'd like to contribute.
-
Commit your changes. This saves your changes into your own repository.
git commit -m "Description of changes made"
-
Push your changes to your fork. This uploads your changes to GitHub.
git push origin <branch-name>
-
Create a pull request. This notifies the project that you have some changes that you'd like to contribute.
By participating in this project, you are expected to uphold our Code of Conduct.
By contributing, you agree that your contributions will be licensed under its MIT License.
If you have any questions about contributing, please open an issue or contact the maintainers.