Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.02 KB

File metadata and controls

43 lines (28 loc) · 1.02 KB

Contributing to Stylescape Examples

Thank you for your interest in contributing to Stylescape!

Getting Started

  1. Fork this repository
  2. Clone your fork locally
  3. Install dependencies: npm install
  4. Start development: npm run dev

Guidelines

  • Follow the existing code style
  • Test your changes locally before submitting
  • Keep commits focused and descriptive
  • Update documentation if needed

Reporting Issues

  • Check existing issues first
  • Provide clear reproduction steps
  • Include environment details (Node version, OS, browser)

Pull Requests

  1. Create a feature branch from main or dev
  2. Make your changes
  3. Test thoroughly
  4. Submit a PR with a clear description

Code of Conduct

Please be respectful and inclusive. See our Code of Conduct.

Questions?

License

By contributing, you agree that your contributions will be licensed under the MIT License.