Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1008 Bytes

File metadata and controls

31 lines (22 loc) · 1008 Bytes

Contributing to Vector

First off, thanks for your interest in contributing to Vector! 🎉
This project is still young, so contributions of all kinds are welcome.

How You Can Help

  • Report bugs by opening an issue.
  • Suggest new features or improvements.
  • Improve documentation (README, examples, demo site).
  • Contribute code by making pull requests.

Development Setup

  1. Fork this repository.
  2. Clone your fork to your local machine.
  3. Create a new branch for your work.
  4. Make your changes in the src/ files.
  5. Update dist/css/vector.css with your changes.
  6. Commit and push your branch.
  7. Open a pull request to main.

Coding Guidelines

  • Keep CSS clean, readable, and consistent.
  • Use clear class names (e.g., .btn-primary, .grid-2).
  • Document any major changes in your pull request.

License

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