Contributing to OMNI FLUX
Last updated
Last updated
We appreciate your interest in contributing to OMNI FLUX! Whether you're fixing bugs, improving documentation, or proposing new features, your contributions are valuable.
Fork the Repository: Start by forking the main OMNI FLUX repository to your GitHub account.
Clone Your Fork: Clone your forked repository to your local machine:
Create a Branch: Create a new branch for your changes:
Make Changes: Implement your changes, ensuring code quality and adherence to project standards.
Test Your Changes: Run tests to ensure your changes don't break existing functionality:
Commit Your Changes: Commit your changes with a descriptive message:
Follow the specification for commit messages.
Push to Your Fork: Push your changes to your forked repository:
Submit a Pull Request: Open a pull request from your branch to the main
branch of the OMNI FLUX repository. Provide a clear description of your changes.
Follow the existing code style (ESLint, Prettier configured).
Write clear and concise code with comments where necessary.
Ensure TypeScript types are used effectively.
Use the GitHub Issues tab to report bugs.
Provide detailed steps to reproduce the bug.
Include information about your environment (OS, Node version, etc.).
Suggest new features via GitHub Issues.
Explain the problem the feature solves and its potential benefits.
Thank you for contributing to OMNI FLUX! 🙏