Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 560 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 560 Bytes

Getting Started

OpenFeature is not keen on vendor-specific stuff in this library, but if there are changes that need to happen in the spec to enable vendor-specific stuff in user code or other extension points, check out the spec.

Formatting

This repo uses ktlint for formatting.

Please consider adding a pre-commit hook for formatting using

./gradlew addKtlintCheckGitPreCommitHook

Manual formatting is done by invoking

./gradlew ktlintFormat