From 3d8e88d8330e5fbb75427d111e1d37814337709a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Smol=C3=ADk?= Date: Thu, 21 May 2026 10:21:41 +0200 Subject: [PATCH] fix(oidc-request.yaml): add the missing 't' in enrollment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vít Smolík --- .forgejo/issue_template/oidc-request.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/issue_template/oidc-request.yaml b/.forgejo/issue_template/oidc-request.yaml index 3836d77..e004e35 100644 --- a/.forgejo/issue_template/oidc-request.yaml +++ b/.forgejo/issue_template/oidc-request.yaml @@ -1,14 +1,14 @@ name: OpenID Connect Enrollment about: Ticket to coordinate adding a application to our oidc provider -title: OpenID Connect Enrollmen +title: OpenID Connect Enrollment labels: - needs_review body: - type: markdown attributes: value: | - This is to gather needed information for us to onboard your - application to use the fedoraproject OIDC for authentication. + This is to gather needed information for us to onboard your + application to use the fedoraproject OIDC for authentication. - type: textarea id: oidc-enroll attributes: @@ -17,11 +17,11 @@ body: value: | To help us register your application in our OIDC service, we need some information from you: - + Note: all the default values provided here are based on the default choice/ implementation of flask-oidc. If you do not use this library you may have to refer to the documentation of your library. - + Some generic information first: - What is the application main URL? - Who will be the main contact for the application, or will this be core