We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2493297 commit 4bcf05eCopy full SHA for 4bcf05e
2 files changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,5 @@
1
name: 🐞 Bug report
2
-title: "[BUG] - YOUR_ISSUE_TITLE_HERE_REPLACE_ME"
+title: '[BUG] - YOUR_ISSUE_TITLE_HERE_REPLACE_ME'
3
description: Report an issue with inkart
4
labels: [bug]
5
body:
.github/ISSUE_TEMPLATE/feature_request.yml
name: 🚀 New feature proposal
-title: "[Feature Request] - YOUR_FEATURE_TITLE_HERE_REPLACE_ME"
+title: '[Feature Request] - YOUR_FEATURE_TITLE_HERE_REPLACE_ME'
description: Propose a new feature to be added to inkart
labels: [feature request]
0 commit comments