mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user