Thank you for considering contributing to our project! Before you start, please read the following guidelines to ensure a smooth contribution process.
We are using style.scss as our main stylesheet. To compile SCSS into CSS, follow these steps:
-
Install Live Sass Compiler: Make sure you have "Live Sass Compiler" installed in your development environment. You can install it using Visual Studio Code or any other compatible code editor extensions marketplace.
-
Compile
style.scss: Configure your Live Sass Compiler to compilestyle.scssintostyle.css. Please ensure that you do not modifystyle.cssdirectly. All your changes should be made instyle.scss.
All script changes, additions, or modifications must be done in js/opencodelaw.js file. Please refrain from scattering scripts across multiple files for better code organization and maintainability.
- Fork the repository and create your branch from
main. - Ensure your code adheres to the existing coding style and standards.
- Provide a clear and descriptive title for your pull request.
- Reference the issue numbers your pull request addresses (if applicable).
Thank you for your contribution! 🎉