Thank you for considering contributing to Optifyx-Server! We welcome contributions from the community to help improve this project.
- Fork the repository to your GitHub account.
- Clone your fork to your local machine:
git clone https://github.com/Optifyx/optifyx-server.git
- Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
- Implement your changes in the codebase.
- Follow the project's coding standards and guidelines.
- Test your changes thoroughly.
- Write clear and concise commit messages:
git add . git commit -m "Description of your changes"
- Push your branch to your forked repository:
git push origin feature-or-bugfix-name
- Open a pull request to the main repository.
- Provide a detailed description of your changes and the problem they solve.
If you find a bug or have a feature request, please open an issue in the repository. Provide as much detail as possible.
If you have any questions, feel free to reach out to the maintainers.
Thank you for contributing!