Browse Source

Normalize the casing of Web in the issue templates

pull/1710/head
Kévin Chalet 3 years ago
parent
commit
0e78af42d9
  1. 2
      .github/ISSUE_TEMPLATE/new_provider.yml
  2. 2
      .github/ISSUE_TEMPLATE/provider_issue.yml

2
.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

2
.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"]

Loading…
Cancel
Save