From 0e78af42d9e4d64659d83a4e2de9abbe0b833983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 4 Mar 2023 17:12:58 +0100 Subject: [PATCH] Normalize the casing of Web in the issue templates --- .github/ISSUE_TEMPLATE/new_provider.yml | 2 +- .github/ISSUE_TEMPLATE/provider_issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_provider.yml b/.github/ISSUE_TEMPLATE/new_provider.yml index f4ca1c93..600925b8 100644 --- a/.github/ISSUE_TEMPLATE/new_provider.yml +++ b/.github/ISSUE_TEMPLATE/new_provider.yml @@ -32,7 +32,7 @@ body: - type: input attributes: label: Documentation page - description: The URL of a public web page where relevant technical details about the provider are documented (e.g endpoint URLs, supported scopes, etc.). + description: The URL of a public Web page where relevant technical details about the provider are documented (e.g endpoint URLs, supported scopes, etc.). validations: required: true diff --git a/.github/ISSUE_TEMPLATE/provider_issue.yml b/.github/ISSUE_TEMPLATE/provider_issue.yml index 79b32b52..f0c81219 100644 --- a/.github/ISSUE_TEMPLATE/provider_issue.yml +++ b/.github/ISSUE_TEMPLATE/provider_issue.yml @@ -1,4 +1,4 @@ -name: Report an issue affecting a web provider +name: Report an issue affecting a Web provider description: Report an issue or regression impacting a specific provider integration labels: ["bug", "client stack", "web providers"]