Thank you for your interest in contributing to Loops JS SDK. We welcome contributions from the community and are excited to see what you'll bring to the project.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone <https://github.com/Loops-so/loops-js.git
> - Create a new branch for your feature or bug fix:
git checkout -b your-branch-name
- Make your changes in your branch.
- Follow the coding style and conventions used in the project.
- Write clear, concise commit messages.
- Test your changes thoroughly.
- Push your changes to your fork on GitHub.
- From your fork, open a pull request in the correct branch of the main repository.
- Provide a clear title and description for your pull request using our PR template.
- Link any relevant issues in the pull request description.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
If you find a bug, please open an issue on GitHub. Include as much detail as possible:
- A clear and descriptive title
- Steps to reproduce the issue
- Expected behavior
- Actual behavior
- Any error messages or screenshots
We welcome suggestions for enhancements! Please open an issue on GitHub with:
- A clear and descriptive title
- A detailed description of the proposed enhancement
- Any examples or mock-ups if applicable
If you have any questions, feel free to open an issue or contact the maintainers directly.
Thank you for contributing!