From 59d53a02b30e6e093c4942419b60752d1e3e6cb4 Mon Sep 17 00:00:00 2001 From: Carter <35710697+cmintey@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:21:53 -0500 Subject: [PATCH] Dicsussion Template: OAuth example template (#3340) * Create oauth_example.yaml * Update and rename oauth_example.yaml to oauth-provider-example.yaml --- .github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml diff --git a/.github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml b/.github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml new file mode 100644 index 000000000000..dc1dd2a285a8 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/oauth-provider-example.yaml @@ -0,0 +1,9 @@ +--- +title: OAuth setup with +body: +- type: textarea + attributes: + label: Configuration Example + description: Add your example configuration. You can provide code blocks, screenshots, and links. + validations: + required: true