Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

65 lines (38 loc) · 2.13 KB

Contributing Guidelines

ℹ️ This repository welcomes all contributions and corrections. Before contributing, please make sure you have read the guidelines below.
If you're new to git and/or GitHub, we suggest you go through the GitHub Guides.

  1. Fork this repository

  2. (Optional) Clone the fork via git

    • Using SSH

      git clone git@github.com:diptanshumahish/watch.git
    • Using HTTPS

      git clone https://github.com/diptanshumahish/watch.git
    • Using GitHub CLI

      gh repo clone gh repo clone diptanshumahish/watch.git
  3. Create a new branch

  4. Start hacking on the new branch

  5. Commit and push to the new branch

  6. Make a pull request towards the original repository (diptanshumahish/watch)

Developing for Flutter

If you would prefer to write code, you may wish to start with our list of [good first contributions]https://github.com/diptanshumahish/watch/issues

Reporting Bugs

It's always welcomed to report and fix the bugs.

If you found any bug or the feature not working properly, you can create that issue and start working on it. We will merge your pull request if it will make improvement in the app.

Pull Request Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Make sure someone else has not already pulled the request for the changes you wish to do.
  • The code should be without any warnings and errors.
  • Any changes or suggestions to the existing content or repository are welcomed.

You don't need to worry as admins will request the changes needed in the pull request before merging.

Social events in the contributor community

Finally, one area where you could have a lot of impact is in contributing to social interactions among the Flutter contributor community itself

🥳 Hurray! You have contributed to our project! 🥳

.