documentation/snapshot/docs/contributing/guidelines.md
First off, thanks for taking the time to contribute! This guide will answer some common questions about how this project works.
While this is a Pinterest open source project, we welcome contributions from everyone. Regular outside contributors can become project maintainers.
If you're having trouble using this project, please start by reading all documentation and searching for solutions in the existing open and closed issues.
If you've found a security issue in one of our open source projects, please report it at Bugcrowd; you may even make some money!
Please be sure to read and understand our code of conduct. We work hard to ensure that our projects are welcoming and inclusive to as many people as possible.
If you have a bug report, please provide as much information as possible so that we can help you out:
!!! tip
ktlint only provides rules that enforce the Kotlin coding conventions or Android Kotlin style guide. If your change is more opinionated than please file an issue first so that it can be discussed amongst the community. Rules which are too opinionated might be better published as a custom rule set.
Once there is agreement that the code is in good shape, one of the project's maintainers will merge your contribution.
To increase the chances that your pull request will be accepted:
New rules have to implement the Rule.Experimental interface so that the rule will only be run for user who have opted in to use experimental rules. Once the rule is stable, the marker interface Rule.Experimental can be removed.
This project has enabled Gradle dependencies verification. On adding/updating any dependency, ensure that you've added dependency provided checksum/signature to gradle/verification-metadata.xml file.
Add following flag - -PkotlinDev to enable kotlin development version.
By contributing to this project, you agree that your contributions will be licensed under its license.