Remove braces from issue form placeholders

I added these to make the title input harder to miss, but now I'm
getting issues entitled {{{ <summary of issue> }}}.

There's no winning this game...
This commit is contained in:
Henrik Lissner 2021-05-26 12:04:59 -04:00
parent 9bd0be17e3
commit 1f918ba638
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
--- ---
name: 📝 Bug Report name: 📝 Bug Report
description: Report a bug, error, or misbehavior description: Report a bug, error, or misbehavior
title: "{{{ Briefly summarize your issue here }}}" title: Briefly summarize your issue here
labels: ["1. bug", "needs-triage"] labels: ["1. bug", "needs-triage"]
body: body:
- type: markdown - type: markdown

View file

@ -1,7 +1,7 @@
--- ---
name: 📝 Feature Request name: 📝 Feature Request
description: Propose a new idea or feature description: Propose a new idea or feature
title: "{{{ Briefly summarize your request here }}}" title: Briefly summarize your request here
labels: ["1. request", "needs-triage"] labels: ["1. request", "needs-triage"]
body: body:
- type: markdown - type: markdown