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: