mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 06:00:21 +09:00
templates: Fix empty titles introduced with #3971
This commit is contained in:
2
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Bug Report
|
||||
description: File a bug report.
|
||||
title: ""
|
||||
title: "<title>"
|
||||
labels: ["bug", "triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/02-feature.yml
vendored
2
.github/ISSUE_TEMPLATE/02-feature.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Feature Request
|
||||
description: File a feature request.
|
||||
title: ""
|
||||
title: "<title>"
|
||||
labels: ["feature"]
|
||||
body:
|
||||
- type: textarea
|
||||
|
||||
Reference in New Issue
Block a user