Thank you for considering contributing to MultiFlexi! We welcome contributions from everyone. Here are some guidelines to help you get started.
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork:
git clone https://github.com/your-username/MultiFlexi.git
- Create a branch:
git checkout -b your-branch-name
- Make your changes: Implement your feature or fix the bug.
- Commit your changes:
git commit -m "Description of your changes"
- Push to your fork:
git push origin your-branch-name
- Create a Pull Request: Go to the original repository and click "New Pull Request".
- Follow the existing code style. - (run
make cs
before commit) - Write clear and concise commit messages.
- Include comments where necessary.
If you find a bug or have a feature request, please create an issue on GitHub. Provide as much detail as possible to help us understand and address the issue.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
Your contributions are greatly appreciated. Thank you for helping to improve MultiFlexi!