Skip to content

Commit ee9da46

Browse files
authored
Merge pull request #600 from fortran-lang/feature/template-changes
style: change the prefixes of the issue templates
2 parents db2b861 + f3b56bb commit ee9da46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Something is not working
3-
title: '[BUG] <title>'
3+
title: 'bug: <title>'
44
labels: [bug]
55
body:
66
- type: checkboxes

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Suggest an idea for this project
3-
title: '[FEAT] <title>'
3+
title: 'feat: <title>'
44
labels: [feature-request]
55
body:
66
- type: checkboxes

.github/ISSUE_TEMPLATE/syntax-highlighting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Syntax Highlighting
22
description: Spotted a bug in the Syntax Highlighting
3-
title: '[SYNTAX] <title>'
3+
title: 'bug(syntax): <title>'
44
labels: [syntax-highlight]
55
body:
66
- type: checkboxes

0 commit comments

Comments
 (0)