Thank you for considering contributing to O Blog! We welcome your contributions to make this blogging platform even better. Please take a moment to read this guide to understand how you can contribute.
-
Make sure you have PHP 8.0.0 or higher and MySQL 8.0.0 or higher installed on your system.
-
Fork the O Blog repository on GitHub.
-
Clone your forked repository to your local machine:
git clone https://github.com/berkaygediz/O_Blog.git
-
Create a new branch for your contributions:
git checkout -b feature/your-feature-name
-
Make your desired changes or enhancements.
-
Commit your changes with descriptive commit messages.
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Open a pull request (PR) to the O Blog repository on GitHub, comparing your branch with the main branch.
-
Follow the existing coding style and structure used in the project.
-
Ensure your code is well-documented.
-
Make sure your changes pass any existing tests.
-
If you're adding a new feature, consider adding relevant tests.
- If you discover any security vulnerabilities, please report them responsibly. Do not disclose them publicly until they have been resolved.
By contributing to O Blog, you agree that your contributions will be licensed under the Apache License 2.0.
We appreciate your valuable contributions to O Blog, and we look forward to working together to improve this platform for the Social Article Network community!