Skip to content

Commit 23201f8

Browse files
committed
Add MD files
1 parent 2e4b633 commit 23201f8

File tree

6 files changed

+51
-1
lines changed

6 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changelog

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
TODO

OWNERS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Owners
2+
3+
- See [CONTRIBUTING.md](CONTRIBUTING.md) for general contribution guidelines.
4+
5+
## Core Developers
6+
7+
- Fabrizio Demaria (fabriziodemaria, Spotify)
8+
- Nicklas Lundin (nicklasl, Spotify)
9+
- Nicky Bondarenko (nickybondarenko, Spotify)
10+
- Todd Baert (toddbaert, Dynatrace)
11+
- Vahid Torkaman (vahidlazio, Spotify)
12+
13+
See https://github.com/open-feature/community/blob/main/config/open-feature/sdk-kotlin/workgroup.yaml.

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# kotlin-sdk-contrib
1+
# OpenFeature Kotlin Contributions
2+
3+
> [!WARNING]
4+
> This repository is not fully initialized for the moment, proceed at your own risk.
5+
6+
This repository is intended for OpenFeature contributions which are not included in the [OpenFeature Kotlin SDK](https://github.com/open-feature/kotlin-sdk).
7+
8+
The project includes:
9+
10+
- [Providers](./providers)
11+
- [Hooks](./hooks)
12+
13+
## Releases
14+
15+
This repo uses _Release Please_ to release packages. Release Please sets up a running PR that tracks all changes for the library components, and maintains the versions according to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), generated when [PRs are merged](https://github.com/amannn/action-semantic-pull-request). When Release Please's running PR is merged, any changed artifacts are published.
16+
17+
### Software Bill of Materials (SBOM)
18+
19+
We publish SBOMs with all of our releases. You can find them in Maven Central alongside the artifacts.
20+
21+
## Contributing
22+
23+
see: [CONTRIBUTING.md](./CONTRIBUTING.md)
24+
25+
## License
26+
27+
Apache 2.0 - See [LICENSE](./LICENSE) for more information.
28+

hooks/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# OpenFeature Kotlin Hooks
2+
3+
Hooks are a mechanism whereby application developers can add arbitrary behavior to flag evaluation. They operate similarly to middleware in many web frameworks. Please see the [spec](https://github.com/open-feature/spec/blob/main/specification/sections/04-hooks.md) for more details.

providers/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# OpenFeature Kotlin Providers
2+
3+
Providers are responsible for performing flag evaluation. They provide an abstraction between the underlying flag management system and OpenFeature itself. This allows providers to be changed without requiring a major code refactor. Please see the [spec](https://github.com/open-feature/spec/blob/main/specification/sections/02-providers.md) for more details.

0 commit comments

Comments
 (0)