Thank you for supporting our open source project! No matter whether you report bugs, develop new functions, revise the documentation or contribute other ideas - every contribution makes a difference.
To ensure that your support is as effective as possible, we ask you to observe the following guidelines.
We look forward to your input and to moving the project forward together!
Tip
Please look into existing issues before creating filing bug reports or feature requests
When reporting a bug, please include the following information:
- Title: A brief, descriptive title for the bug.
- Version: The package version causing the bug.
- Flutter Version: The Flutter version used to produce the bug.
- Steps to Reproduce: Detailed steps on how to reproduce the bug.
- Expected Result: What you expected to happen.
- Actual Result: What actually happened. Include relevant information like screenshots or logs.
When requesting a new feature, please include the following information:
- Title: A brief, descriptive title for the feature request.
- Request Statement: Describe a text draw style you would love to use in this
- package or any other future you think would provide value to others.
- Optional: Possible Solution: You can share possible solutions you have in mind.
Tip
Remember, the more information you provide, the easier it is for us to understand and address the issue. Thank you for your contributions! Please refrain from commenting on old, closed tickets. If an old issue seems related but doesn't fully address your problem, it's best to open a new ticket and reference the old one instead.
Please use the latest Flutter Version. Use the provided example project to test or bug report any existing or new features.
Before submitting your changes as a pull request, please make sure to format and analyze your code.
Please make sure that your commit messages follow the follwing templates.
The commit message starts with the ISSUE-ID followed by a COMMITTAG:
{ISSUE-ID} [{COMMITTAG}]: {COMMIT MSG}
[ADD] -> New feature/files/code/folders added
[UPDATE] -> Updated a file e.g. from screenshot test
[FIX] -> Fixed a bug/error
[DELETE] -> Delete a files/code/folders
[REFAC] -> Modified or refactored the files/code/folders / changes from PRs
Example
123 [ADD]: new box style