Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

43 lines (32 loc) · 1.41 KB

Contributing to MultiFlexi

Thank you for considering contributing to MultiFlexi! We welcome contributions from everyone. Here are some guidelines to help you get started.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.
  2. Clone your fork:
    git clone https://github.com/your-username/MultiFlexi.git
  3. Create a branch:
    git checkout -b your-branch-name
  4. Make your changes: Implement your feature or fix the bug.
  5. Commit your changes:
    git commit -m "Description of your changes"
  6. Push to your fork:
    git push origin your-branch-name
  7. Create a Pull Request: Go to the original repository and click "New Pull Request".

Code Style

  • Follow the existing code style. - (run make cs before commit)
  • Write clear and concise commit messages.
  • Include comments where necessary.

Reporting Issues

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.

Code of Conduct

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.

Thank You!

Your contributions are greatly appreciated. Thank you for helping to improve MultiFlexi!