Skip to content

Commit 76e10a0

Browse files
Fix issue templates
1 parent 633c36c commit 76e10a0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/1_feature_request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
name: 'Feature request' about: 'Suggest a feature for the Intellij Plugin' title:
2+
name: 'Feature request'
3+
about: 'Suggest a feature for the Intellij Plugin'
4+
title:
35
labels: 'Type: Feature'
46
---
57

.github/ISSUE_TEMPLATE/2_enhancement_request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
name: 'Enhancement request' about: 'Suggest an enhancement/change to an existing feature for the IntelliJ plugin' title:
2+
name: 'Enhancement request'
3+
about: 'Suggest an enhancement/change to an existing feature for the IntelliJ plugin'
4+
title:
35
labels: 'Type: Enhancement'
46
---
57

.github/ISSUE_TEMPLATE/3_bug_report.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
name: 'Bug report' about: 'Report a bug for the IntelliJ plugin' title:
2+
name: 'Bug report'
3+
about: 'Report a bug for the IntelliJ plugin'
4+
title:
35
labels: 'Type: Bug'
46
---
57

0 commit comments

Comments
 (0)