Skip to content

Commit 7568882

Browse files
committed
hotfix: improve template comments
1 parent 94c7fe2 commit 7568882

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ assignees: ''
99
---
1010

1111
<!-- Thank you for reporting a bug. Please use the section headers below
12-
for providing more detail where appropriate -->
12+
for providing more detail where appropriate
13+
-->
1314

1415
Summary:
1516
Please provide a short summary (no more than a sentence or two).

.github/ISSUE_TEMPLATE/documentation.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ labels: ''
88
assignees: ''
99
---
1010

11-
<!-- Thank you for helping improve our documentation. Please use the section
12-
headers below for providing more detail where appropriate -->
11+
<!--
12+
Thank you for helping improve our documentation. Please use the section
13+
headers below for providing more detail where appropriate
14+
-->
1315

1416
Type of issue:
1517
State whether you are commenting on existing documentation / vignettes, or suggesting a new vignette.

.github/ISSUE_TEMPLATE/feature_request.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ labels: ''
66
assignees: ''
77
---
88

9-
<!-- Thank you for suggesting a feature. Please use the section headers below
10-
for providing more detail where appropriate -->
9+
<!--
10+
Thank you for suggesting a feature. Please use the section headers below for
11+
providing more detail where appropriate
12+
-->
1113

1214
Is your feature request related to a problem? Please describe:
1315
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

.github/ISSUE_TEMPLATE/other_issue.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ labels: ''
66
assignees: ''
77
---
88

9-
Please include a brief description of the issue and any proposed solutions you may have.
9+
<!--
10+
Please include a brief description of the issue and any proposed solutions
11+
you may have.
12+
-->
1013

.github/PULL_REQUEST_TEMPLATE.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<!-- Thanks for opening this Pull Request! Below we have provided a suggested
2-
template for PRs to this repository and a checklist to complete before
3-
opening a PR -->
1+
<!--
2+
Thanks for opening this Pull Request! Below we have provided a suggested
3+
template for PRs to this repository and a checklist to complete before
4+
opening a PR.
45
5-
<!-- If this is your first Pull Request, please make sure you read the
6-
contributing guidelines linked below and at
7-
https://github.com/epiforecasts/EpiNow2/blob/main/.github/CONTRIBUTING.md -->
6+
If this is your first Pull Request, please make sure you read the
7+
contributing guidelines linked below and at
8+
https://github.com/epiforecasts/EpiNow2/blob/main/.github/CONTRIBUTING.md
9+
-->
810

911
## Description
1012

0 commit comments

Comments
 (0)