-
Notifications
You must be signed in to change notification settings - Fork 0
Contribution Guidelines for Developers
kherld-hussein edited this page Jun 6, 2021
·
6 revisions
- Issues and PullRequests welcome
We welcome and encourage all pull requests. But first:
View steps 1. Match coding style (braces, spacing, etc.) This is best achieved usingReformat Code
feature of Android StudioCMD
+Option
+L
on Mac andCTRL
+ALT
+L
on Linux + Windows .
2. If its a feature, bugfix, or anything please only change code to what you specify.
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
4. Pull requests must be made againstdevelop
branch. Any other branch (unless specified by the maintainers) will get rejected.
5. Check for existing issues first, before filing an issue.
6. Make sure you follow the set standard as all other projects in this repo do
7. Keep calm and make it easy.
We welcome and encourage you to report issues and contribute changes
- Please help with documentation
- Fork and clone this repository
- For help getting started with Flutter, view online documentation.
Check our API documentation here: IME-API Docs