Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 718 Bytes

File metadata and controls

22 lines (15 loc) · 718 Bytes

Contributing to gradient-cursor

Thanks for your interest in contributing to this project! Here are a few guidelines to follow:

Reporting Issues

If you find a bug or have a feature request, please open an issue here.

Submitting Changes

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-feature.
  3. Make your changes and test thoroughly.
  4. Commit your changes: git commit -m "Add my feature".
  5. Push to your branch: git push origin my-feature.
  6. Open a pull request.

Coding Standards

  • Use spaces for indentation (2 spaces).
  • Write clear, concise comments for complex logic.
  • Ensure tests pass before submitting.