Hey! We're happy you want to help make APItoolkit better. We welcome all kinds of contributions; so feel free to get your hands dirty. Each project is released to the public under the project's open-source license and our Code of Conduct. By participating in any project, you agree to abide by the terms of the license and code of conduct.
-
Fork the repository (learn how to do this).
-
Clone the forked repository like so:
git clone https://github.com/<your username>/<repository name>.git && cd repository name
-
Install the required dependencies and configure all environments as described in the project's README.
-
Create a new branch like so:
git checkout -b <new-branch-name>
-
Make your change(s), add tests, and ensure the tests still pass.
-
Push your commit(s) to your fork and create a pull request (learn how to do this).
-
Well done! Someone from the team will attend to your pull request, provide some feedback, or merge it.
Join our community Discord Server or create a new issue in the repository you are contributing to. Cheers!