We'd love to accept your patches and suggestions! To contribute to readME master template simply open a pull request against the improvement branch
Ensure you have a improvement branch before you place the link.
To ensure you that your pull request is accepted:
- Describe your changes in the pull request description: Its Better to attach this to an issue.
Answer the following questions:
- What is the Purpose?
- Are there any concerns to addressed further before or after merging this PR?
- Issue(s) affected?
- Write descriptive commit message.
- Check for unnecessary whitespace with
git diff --check
before committing. - Contribution PRs should come as:
- feature/{...}
- docs/{...}
- fix/{...}
when using compose preview for any component we'd appreciate if you used the ChaiPreview
instead
of the normal Preview
. Example :
@ChaiPreview
@Composable
fun ChaiComponent(){
...
}