Thank you for your interest in contributing to beatsaver-api-wrapper! We appreciate your time and effort in helping make this project better.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/your-project.git
- Install the dependencies:
npm install
. - Run all tests to ensure the project is properly configured on your machine:
npm test
. - Create a new branch:
git checkout -b your-branch-name
- Make your changes, add tests, and make sure all the tests pass.
- Push your changes to your fork and submit a pull request.
- Wait for your pull request to be reviewed and merged.
If you find any bugs or issues, please report them on the issue tracker with a clear and descriptive title. Provide as much information as possible to help us understand and reproduce the issue.
If you have a feature request, please open an issue on the issue tracker with a clear title and description. We welcome your ideas and suggestions!
By contributing to this project, you agree that your contributions will be licensed under the project's license.