Thank you for considering contributing to the Medium Clone Flutter project! Contributions are essential to making this project better and more valuable to the community.
To contribute to this project, follow these steps:
-
Fork the repository to your GitHub account.
-
Clone your fork to your local machine:
git clone https://github.com/muhammad-fiaz/MediumApp-Flutter.git cd MediumApp-Flutter
-
Create a new branch for your contribution:
git checkout -b feature/your-feature-name
-
Make your changes, commit them, and push to your fork:
git add . git commit -m "Your meaningful commit message" git push origin feature/your-feature-name
-
Open a pull request from your fork to the main repository.
Please adhere to the coding style and guidelines used in the project. Follow the Flutter style guide for Dart code: Effective Dart.
If you find a bug or want to suggest an enhancement, open an issue on the GitHub repository. Provide a clear and detailed description of the problem or suggestion.
When submitting a pull request, please:
- Provide a clear description of the changes.
- Include tests if applicable.
- Ensure the code passes linting and testing.
- Follow the existing coding style.
This project follows the Code of Conduct. Please be respectful and considerate when participating in discussions and contributing to the project.
By contributing to the Medium Clone Flutter project, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing! 🚀