-
Notifications
You must be signed in to change notification settings - Fork 75
[DOC] Add all env-var providers to ecosystem #530
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
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
jbovet
pushed a commit
to jbovet/openfeature.dev
that referenced
this issue
May 10, 2024
This commit adds "Environment Variable" to ecosystem page. It includes the necessary code changes to import the provider and add it to the list in the index file.
jbovet
pushed a commit
to jbovet/openfeature.dev
that referenced
this issue
May 10, 2024
This commit adds "Environment Variable" to ecosystem page. It includes the necessary code changes to import the provider and add it to the list in the index file. Signed-off-by: Jose Bovet Derpich <[email protected]>
Hi @toddbaert what do you have in mind to broaden the “vendor” label? Maybe I am able to do it here #559 |
beeme1mr
pushed a commit
that referenced
this issue
May 11, 2024
Signed-off-by: Jose Bovet Derpich <[email protected]> Co-authored-by: Jose Bovet Derpich <[email protected]>
jbovet
added a commit
to jbovet/openfeature.dev
that referenced
this issue
May 14, 2024
…#530 (open-feature#559) Signed-off-by: Jose Bovet Derpich <[email protected]> Co-authored-by: Jose Bovet Derpich <[email protected]> Signed-off-by: Jose Bovet Derpich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Change in the documentation
Add all env-var providers to the ecosystem page.
For example: https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/env-var
Most SDKs have these. They can be found in the "contrib" repos. Find as many as possible and then add them to the ecosystem page by adding them here, an an
ecosystem.ts
. We might need to broaden the "vendor" label a bit since env-vars aren't "vendors".The text was updated successfully, but these errors were encountered: