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:
parent
9bd0be17e3
commit
1f918ba638
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue