diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index e2e83e7af9..42a3bfd82d 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -1,6 +1,6 @@ name: Bug description: Something is incorrect or not working as expected. -title: [Bug]: +title: "[Bug]: " labels: ["bug"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/02-general-usage.yml b/.github/ISSUE_TEMPLATE/02-general-usage.yml index fe47a93482..d14fc630c4 100644 --- a/.github/ISSUE_TEMPLATE/02-general-usage.yml +++ b/.github/ISSUE_TEMPLATE/02-general-usage.yml @@ -1,6 +1,6 @@ name: General Usage description: General help or questions about the usage of provider. -title: [General Usage]: +title: "[General Usage]: " labels: ["general-usage"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/03-documentation.yml b/.github/ISSUE_TEMPLATE/03-documentation.yml index 1f33c8a421..2ca1b0b709 100644 --- a/.github/ISSUE_TEMPLATE/03-documentation.yml +++ b/.github/ISSUE_TEMPLATE/03-documentation.yml @@ -1,6 +1,6 @@ name: Documentation description: Issues or feature requests for the documentation. -title: [Docs]: +title: "[Docs]: " labels: ["docs"] body: # TODO(SNOW-1003360): Link doc how to submit issues and FAQ diff --git a/.github/ISSUE_TEMPLATE/04-feature-request.yml b/.github/ISSUE_TEMPLATE/04-feature-request.yml index 42072786fd..61ead6bfa1 100644 --- a/.github/ISSUE_TEMPLATE/04-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/04-feature-request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Something is missing or could be improved. -title: [Feature]: +title: "[Feature]: " labels: ["feature-request"] body: # TODO(SNOW-1003360): Link doc how to submit issues and FAQ