Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.32 KB

Contributing.md

File metadata and controls

27 lines (17 loc) · 1.32 KB

Contributing

Contributor

Thanks for taking you time to contribute to this repo. Before you start contributing please go through the following guidelines which we consider are important to maintain this repository and can help new contributers to open source.

  • Before you submit a Pull request ensure a issue exist describing the issue / feature request. If it doesn't please file an issue so that we could discuss about the issue before the actual PR is submitted.

  • The issue should be sufficient enough to explain the bug/feature request and a possible solution/ proposal

  • We appreciate any contribution, from fixing a grammar mistake in a comment, improving code snippets to fixing a bug or making a feature requests and writing proper tests are also highly welcome.

  • Follow the best practices to maintain the quality of code.

(Optional)

  • Additional changes for publishing a release. Update the version in readme, pubspec.yaml, and update the changelog. Make sure the documentation is updated as per the changes. Make sure existing and new tests are passing. Make sure the code is well formatted. Ensure the linter warnigs are zero.

Contributing

  1. Fork This repo
  2. Create a new branch
  3. Commit a Fix
  4. Add appropriate tests(recommended)
  5. Submit a PR referencing the issue
  6. Request a review
  7. wait for LGTM 🚀 comment