Skip to content

Latest commit

 

History

History
executable file
·
34 lines (27 loc) · 1.09 KB

CONTRIBUTING.MD

File metadata and controls

executable file
·
34 lines (27 loc) · 1.09 KB

Contributing to chai

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:

  1. 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?
  2. Write descriptive commit message.
  3. Check for unnecessary whitespace with git diff --check before committing.
  4. Contribution PRs should come as:
    1. feature/{...}
    2. docs/{...}
    3. fix/{...}

Compose

Preview

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(){
        ...
    }