Thank you for considering contributing to the Friends Plugin! We welcome contributions from the community and appreciate your interest in helping us improve our project.
- Fork the repository: Click the "Fork" button on the top right corner of this page.
- Clone your fork:
git clone https://github.com/your-username/friends.git
- Install Node.js dependencies:
Navigate to the project directory and run:
npm install
- Follow the existing coding style in the project.
- Write clear, descriptive commit messages.
- Ensure your code is well-commented and easy to understand.
To compile the SCSS files, run the following command in your terminal:
npm run sass:compile
This will process the SCSS files and update the CSS output accordingly.
- Create a new feature branch:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes:
git add . git commit -m "Add some feature"
- Push to your fork:
git push origin feature/your-feature-name
- Create a Pull Request: Go to the original repository and click on the "New Pull Request" button. Select your branch and submit the pull request.
If you encounter any bugs or have suggestions for improvement, please open an issue in this repository. Provide as much detail as possible, including steps to reproduce the issue.