Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.8 KB

CONTRIBUTING.md

File metadata and controls

58 lines (36 loc) · 1.8 KB

Contributing to Medium Clone Flutter

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.

Getting Started

To contribute to this project, follow these steps:

  1. Fork the repository to your GitHub account.

  2. Clone your fork to your local machine:

    git clone https://github.com/muhammad-fiaz/MediumApp-Flutter.git
    cd MediumApp-Flutter
  3. Create a new branch for your contribution:

    git checkout -b feature/your-feature-name
  4. 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
  5. Open a pull request from your fork to the main repository.

Code Style

Please adhere to the coding style and guidelines used in the project. Follow the Flutter style guide for Dart code: Effective Dart.

Issues and Bugs

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.

Pull Request Guidelines

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.

Code of Conduct

This project follows the Code of Conduct. Please be respectful and considerate when participating in discussions and contributing to the project.

License

By contributing to the Medium Clone Flutter project, you agree that your contributions will be licensed under the MIT License.

Thank you for contributing! 🚀