Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.33 KB

File metadata and controls

48 lines (37 loc) · 1.33 KB

Contributing to Optifyx-Server

Thank you for considering contributing to Optifyx-Server! We welcome contributions from the community to help improve this project.

How to Contribute

1. Fork the Repository

  • Fork the repository to your GitHub account.
  • Clone your fork to your local machine:
    git clone https://github.com/Optifyx/optifyx-server.git

2. Create a Branch

  • Create a new branch for your feature or bug fix:
    git checkout -b feature-or-bugfix-name

3. Make Changes

  • Implement your changes in the codebase.
  • Follow the project's coding standards and guidelines.
  • Test your changes thoroughly.

4. Commit Your Changes

  • Write clear and concise commit messages:
    git add .
    git commit -m "Description of your changes"

5. Push to Your Fork

  • Push your branch to your forked repository:
    git push origin feature-or-bugfix-name

6. Submit a Pull Request

  • Open a pull request to the main repository.
  • Provide a detailed description of your changes and the problem they solve.

Reporting Issues

If you find a bug or have a feature request, please open an issue in the repository. Provide as much detail as possible.

Contact

If you have any questions, feel free to reach out to the maintainers.

Thank you for contributing!