Skip to content

Commit b4a246a

Browse files
Tidy-up templates
Tidy up the suppressions for markdownlint to make the templates render better in the GitHub UI.
1 parent 7fef299 commit b4a246a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<!-- markdownlint-disable MD041 -->
1+
---
2+
title: ''
3+
---
4+
25
### Expected behaviour
36

47
<!-- Explain what you expected to happen. -->

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: Bug report
3+
title: Bug report
34
about: Create a bug report to help us improve this project
45
labels: bug
56
---
67

7-
<!-- markdownlint-disable MD041 -->
88
### Describe the bug
99

1010
<!--

0 commit comments

Comments
 (0)