-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rough rudimentary CONTRIBUTING.md #753
Conversation
Someone mentioned Jetpack Compose on Matrix, maybe add a little something about that. Also, maybe a link to preferred Kotlin coding standards? |
Co-authored-by: Zack <42601911+ZJouba@users.noreply.github.com>
Jetpack Compose is already mentioned in the README not sure what else to say about it and I cant find the kotlin coding standards |
Could link to the ktlint rules https://pinterest.github.io/ktlint/0.49.1/rules/code-styles/? |
Thx for finding that for me, I link to https://pinterest.github.io/ktlint/0.49.1/rules/standard/ instead since we just use the default rules. |
Oh, maybe something about branch name standard as well? |
There is a standard for branch names? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, content all looks great. This doc will evolve over time anyway.
Just get rid of those hard line-wraps and I'll merge.
Haha no standard for branch names or commit content, I'm not a stickler for that stuff. The code is what matters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thx!
Add rough rudimentary CONTRIBUTING.md
Please if you have any suggestions comment here