Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 884 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 884 Bytes

Contributing to React Component Cursor

We love your input! We want to make contributing to React Component Cursor as easy and transparent as possible.

Development Process

  1. Fork the repo and create your branch from main
  2. If you've added code that should be tested, add tests
  3. If you've changed APIs, update the documentation
  4. Ensure the test suite passes
  5. Make sure your code lints
  6. Create a Pull Request

Pull Request Process

  1. Update the README.md with details of changes if applicable
  2. Update the CHANGELOG.md following semantic versioning
  3. The PR will be merged once you have the sign-off of at least one maintainer

Any contributions you make will be under the MIT Software License

When you submit code changes, your submissions are understood to be under the same MIT License that covers the project.