Thank you for considering contributing to OpenCSS! Whether you're reporting a bug, suggesting a feature, or submitting code changes, your collaboration is highly appreciated.
If you encounter a bug or have a feature request, please check the issue tracker to see if it has already been reported. If not, feel free to open a new issue, providing as much detail as possible, including:
- A clear and concise title.
- A detailed description of the issue or feature request.
- Steps to reproduce the issue if applicable.
- Your environment (e.g., operating system, browser version).
We welcome pull requests with open arms! If you'd like to contribute code changes, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push your changes to your fork:
git push origin feature-name
. - Open a pull request on the main repository.
Ensure that your code follows the project's coding standards and conventions. Provide a clear description of your changes in the pull request.
Please review our Code of Conduct before participating in the OpenCSS community.
By contributing to OpenCSS, you agree that your contributions will be licensed under the MIT License.
Happy contributing! 🚀