From c8aea73a454c1e44043af28d3b536487cd28b56e Mon Sep 17 00:00:00 2001 From: Ryuyxx Date: Fri, 22 Jul 2022 19:39:58 +0900 Subject: [PATCH] fix: label name, reformat --- .github/ISSUE_TEMPLATE/discussion.yml | 14 +++++++------- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- .github/ISSUE_TEMPLATE/found-a-bug.yml | 2 +- .github/ISSUE_TEMPLATE/improve-translation.yml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/discussion.yml b/.github/ISSUE_TEMPLATE/discussion.yml index 5946f12e9d..05f979a0ef 100644 --- a/.github/ISSUE_TEMPLATE/discussion.yml +++ b/.github/ISSUE_TEMPLATE/discussion.yml @@ -1,10 +1,10 @@ name: 💭 Discussion description: This template is for starting a discussion. -labels: [discussion] +labels: [ Discussion ] body: -- type: textarea - attributes: - label: Topic - description: What do you want to discuss with the group? - validations: - required: true + - type: textarea + attributes: + label: Topic + description: What do you want to discuss with the group? + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 437719d992..1c04f0342b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: 🌱 New Feature Request description: Request a new feature be added. -labels: [feature request] +labels: [ Feature Request ] body: - type: textarea attributes: @@ -27,7 +27,7 @@ body: - Showcase - Other (specify if possible) validations: - required: true + required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/found-a-bug.yml b/.github/ISSUE_TEMPLATE/found-a-bug.yml index 6477248aaf..c22a05d40a 100644 --- a/.github/ISSUE_TEMPLATE/found-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/found-a-bug.yml @@ -1,6 +1,6 @@ name: "🐛 Found a Bug" description: Report p5.js website bugs (broken or incorrect behaviour). -labels: [ bug ] +labels: [ Bug ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/improve-translation.yml b/.github/ISSUE_TEMPLATE/improve-translation.yml index 37ff3514e5..fe031e7d5a 100644 --- a/.github/ISSUE_TEMPLATE/improve-translation.yml +++ b/.github/ISSUE_TEMPLATE/improve-translation.yml @@ -1,6 +1,6 @@ name: "🌐 Improve Translation" description: Make a suggestion or report a problem about the translation of p5.js website. -labels: [ translation ] +labels: [ Translation ] body: - type: markdown attributes: