Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

34 lines (19 loc) · 1.33 KB

Contributors Guide

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.


Getting Started

  1. Fork the repository (learn how to do this).

  2. Clone the forked repository like so:

git clone https://github.com/<your username>/<repository name>.git && cd repository name
  1. Install the required dependencies and configure all environments as described in the project's README.

  2. Create a new branch like so:

git checkout -b <new-branch-name>
  1. Make your change(s), add tests, and ensure the tests still pass.

  2. Push your commit(s) to your fork and create a pull request (learn how to do this).

  3. Well done! Someone from the team will attend to your pull request, provide some feedback, or merge it.

Need Help?

Join our community Discord Server or create a new issue in the repository you are contributing to. Cheers!