Contributing
We appreciate your interest in contributing to Floky! This page outlines the guidelines for contributing code, documentation, and other improvements to the project.
How to Contribute
- Issues: Report bugs or request features by creating issues on the Floky GitHub repository: https://github.com/v1p3r75/Floky/issues.
- Pull Requests: Fork the Floky repository, make your changes, and submit a pull request for review. Ensure your pull request adheres to the coding style and includes clear documentation for any new features.
Coding Standards:
- Follow PSR-2 coding standards for consistent and readable code.
- Use meaningful variable and function names.
- Add comments to explain complex logic or non-obvious code sections.
Documentation:
- Improve existing documentation by fixing errors or adding clarity.
- Contribute new documentation for features or functionalities you introduce.
- Use clear and concise language with proper grammar.
Getting Started
- Fork the Floky Repository: Create a fork of the Floky repository on GitHub.
- Clone your Fork: Clone your forked repository to your local machine.
- Create a Branch: Create a new branch for your specific contribution.
- Make Changes: Make your changes to the code or documentation.
- Commit Changes: Commit your changes with clear commit messages.
- Push Changes: Push your changes to your forked repository on GitHub.
- Create a Pull Request: Create a pull request from your branch to the main Floky repository.
Additional Tips
- Unit Tests: Consider adding unit tests for any new code you introduce.
- Code Reviews: Participate in code reviews for other pull requests to ensure overall code quality.
- Stay Updated: Follow the Floky project for updates and announcements.
We welcome your contributions!
By following these guidelines, you can help us make Floky a better and more valuable project for everyone. If you have any questions or need assistance, feel free to reach out to the project maintainers on the Floky GitHub repository.