Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.68 KB

Contributing to layout-css-modules

Thank you for your interest in contributing to layout-css-modules! We welcome all contributions and appreciate your help in making this project better. Getting Started

To start contributing, you will need the following:

Once you have installed these tools, you can start by cloning the repository and opening it in a dev container in Visual Studio Code. All development and testing should be done within the dev container.

Issues

If you encounter any issues while using layout-css-modules, please create a new issue on GitHub. Please include as much detail as possible, including any error messages or steps to reproduce the issue. Pull Requests

If you would like to contribute to layout-css-modules, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes
  4. Write tests to cover your changes
  5. Run the tests locally to make sure they pass
  6. Push your changes to your forked repository
  7. Open a new pull request and describe your changes

Please ensure that your changes adhere to the project's code style and formatting guidelines.

Code of Conduct

Please note that layout-css-modules has a code of conduct, and all contributors are expected to follow it.

License

By contributing to layout-css-modules, you agree that your contributions will be licensed under the project's MIT License.