From 1f918ba6389e63d70a184f1f13ad5ed95e489e81 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 26 May 2021 12:04:59 -0400 Subject: [PATCH] Remove braces from issue form placeholders I added these to make the title input harder to miss, but now I'm getting issues entitled {{{ }}}. There's no winning this game... --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9c5be68e036..5de98dfc77e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ --- name: 📝 Bug Report description: Report a bug, error, or misbehavior -title: "{{{ Briefly summarize your issue here }}}" +title: Briefly summarize your issue here labels: ["1. bug", "needs-triage"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 536deec5680..40bb25631d8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ --- name: 📝 Feature Request description: Propose a new idea or feature -title: "{{{ Briefly summarize your request here }}}" +title: Briefly summarize your request here labels: ["1. request", "needs-triage"] body: - type: markdown