From 185049949447d5ce17cc1d46386060a02b837cdf Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:58:00 -0500 Subject: [PATCH] chore: update README and issue template --- .github/ISSUE_TEMPLATE/new_language.yml | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_language.yml b/.github/ISSUE_TEMPLATE/new_language.yml index 626bcb8a..0ac70b55 100644 --- a/.github/ISSUE_TEMPLATE/new_language.yml +++ b/.github/ISSUE_TEMPLATE/new_language.yml @@ -8,7 +8,7 @@ body: value: | Thanks for taking the time to fill out this language request! - - type: textarea + - type: input id: language attributes: label: Language @@ -56,6 +56,11 @@ body: attributes: label: Additional Notes description: Add any other notes about your specific use case or the language request here. + placeholder: | + Examples: + + - How you plan to use Flipt in this language + - Documentation on testing frameworks for the language - type: markdown attributes: diff --git a/README.md b/README.md index 58627a98..bc0dcb92 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Languages we are planning to support: 1. C# 1. PHP -Want to see a client in a language we don't support? [Open an issue](https://github.com/flipt-io/client-sdks/issues/new) and let us know! +Want to see a client in a language we don't support? [Open an issue](https://github.com/flipt-io/flipt-client-sdks/issues/new?assignees=&labels=new-language&projects=&template=new_language.yml) and let us know! ## Installation