Skip to content

Commit c065214

Browse files
authored
Comment prompts for GitHub issue templates (#34)
1 parent b7bfc8a commit c065214

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ about: Report errors or unexpected behaviour
55

66
**Description of the issue**
77

8-
A clear and concise description of what the bug is.
8+
<!-- A clear and concise description of what the bug is. -->
99

10-
**To Reproduce**
10+
**To reproduce**
1111

1212
Steps to reproduce the issue:
1313

@@ -17,11 +17,11 @@ Steps to reproduce the issue:
1717

1818
**Expected behaviour**
1919

20-
A clear and concise description of what you expected to happen.
20+
<!-- A clear and concise description of what you expected to happen. -->
2121

2222
**Error output**
2323

24-
Capture any error messages and or verbose messages with `-Verbose`.
24+
<!-- Capture any error messages and or verbose messages with `-Verbose`. -->
2525

2626
```text
2727
@@ -40,4 +40,4 @@ Captured output from `$PSVersionTable`:
4040

4141
**Additional context**
4242

43-
Add any other context about the problem here.
43+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ about: Suggest an idea
55

66
**Is your feature request related to a problem? Please describe.**
77

8-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
8+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
99

1010
**Describe the solution you'd like**
1111

12-
A clear and concise description of what you want to happen.
12+
<!-- A clear and concise description of what you want to happen. -->
1313

1414
**Describe alternatives you've considered**
1515

16-
A clear and concise description of any alternative solutions or features you've considered.
16+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
1717

1818
**Additional context**
1919

20-
Add any other context or screenshots about the feature request here.
20+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)