From 4ea8e366f5a340d20f239925f60f2b750f01bb37 Mon Sep 17 00:00:00 2001 From: AkhileshManda <70640191+AkhileshManda@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:26:21 +0530 Subject: [PATCH] Create CONTRIBUTION.md --- CONTRIBUTION.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTION.md diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md new file mode 100644 index 0000000..ad44036 --- /dev/null +++ b/CONTRIBUTION.md @@ -0,0 +1,19 @@ +## Contribution + - Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time. + + ## Getting Started + - [Contributing to Flutter:Getting Started](https://medium.com/flutter-community/contributing-to-flutter-getting-started-a0db68cbcd5b) + - Fork the repository + - Send your commits + - Submit a Pull request + + ## Submitting a Pull Request + - Write appropriate title + -Wrtie a proper description including the issue name and solution. + +## Using GitHub Issues + - Feel free to use GitHub issues for questions, bug reports, and feature requests + - Use the search feature to check for an existing issue + - Include as much information as possible and provide any relevant resources (Eg. screenshots) + - For bug reports ensure you have a reproducible test case + - A pull request with a breaking test would be super preferable here but isn't required