All Dart code is linted with Pedantic. All localization files are generated with Flutter Intl.
-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
Ensure that the solution to your problem does not already exist by searching at the Troubleshooting Section of this project's Wiki.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible an executable test case demonstrating the expected behavior that is not occurring.
-
If possible, use the relevant bug report templates to create the issue.
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
-
Open a new GitHub pull request with the translation.
-
Please use Localization Pull Request Template by adding:
&template=pull_request_template.md
to the end of your PR URL in the browser's address bar, for example:
https://github.com/tsinis/app_icon_tools/compare/master...your_username:your_branch_name?expand=1&template=pull_request_template.md
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of app will generally not be accepted for several reasons.
-
Suggest your change in the Discussions Section and start writing code.
-
Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.
- Take a look at the project's Wiki or ask any question about this project at Discussions.
Thanks! 💙 💙 💙
Roman Cinis