From 28ece1bf0313f6d6fb087cd172905684b04612aa Mon Sep 17 00:00:00 2001 From: Daniel Hu Date: Tue, 17 May 2022 15:23:12 +0800 Subject: [PATCH] chore: issue templates title improvement Signed-off-by: Daniel Hu --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/documentation.yaml | 2 +- .github/ISSUE_TEMPLATE/proposal.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index f7cc82c85..cc75c6755 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: Report a bug of DevStream -title: "[Bug]: " +title: ":bomb: `Bug`: " labels: bug body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index f8116528d..27f6416f7 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -1,6 +1,6 @@ name: Documentation Issue description: Help to improve our documentation -title: "[Docs]: " +title: ":open_book: `Docs`: " labels: docs body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/proposal.yaml b/.github/ISSUE_TEMPLATE/proposal.yaml index ca8f596cf..fd757b78c 100644 --- a/.github/ISSUE_TEMPLATE/proposal.yaml +++ b/.github/ISSUE_TEMPLATE/proposal.yaml @@ -1,6 +1,6 @@ name: Enhancement / Proposal description: Provide supporting details for an existing or a new feature -title: "[Proposal]: " +title: ":four_leaf_clover: `Proposal`: " labels: proposal body: - type: textarea