Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

51 lines (33 loc) · 1.68 KB

Contributing to Loops JS SDK

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.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally: git clone <https://github.com/Loops-so/loops-js.git>
  3. Create a new branch for your feature or bug fix: git checkout -b your-branch-name

Making Changes

  1. Make your changes in your branch.
  2. Follow the coding style and conventions used in the project.
  3. Write clear, concise commit messages.
  4. Test your changes thoroughly.

Submitting a Pull Request

  1. Push your changes to your fork on GitHub.
  2. From your fork, open a pull request in the correct branch of the main repository.
  3. Provide a clear title and description for your pull request using our PR template.
  4. Link any relevant issues in the pull request description.

Code of Conduct

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.

Reporting Bugs

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

Suggesting Enhancements

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

Questions?

If you have any questions, feel free to open an issue or contact the maintainers directly.

Thank you for contributing!