-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44ae443
commit 4ea8e36
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |