Skip to content

Commit 5954e99

Browse files
committed
ISSUE_TEMPLATE: Remove line breaks
The GitHub issue editor interprets each one literally, regardless of paragraph status, which is annoying.
1 parent 48accce commit 5954e99

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
## Due diligence
22

3-
- [ ] I am familiar with the ["Reporting issues" section of
4-
CONTRIBUTING.md][reporting]
5-
- [ ] I have searched the [existing issues][issues] and haven't found one
6-
that matches what I'm reporting or requesting now.
7-
- [ ] If this is a bug report, I have searched the [Bash changelog][changes]
8-
for information that may explain or provide clues to the behavior I'm
9-
observing and reference it in the body of the report.
3+
- [ ] I am familiar with the ["Reporting issues" section of CONTRIBUTING.md][reporting]
4+
- [ ] I have searched the [existing issues][issues] and haven't found one that matches what I'm reporting or requesting now.
5+
- [ ] If this is a bug report, I have searched the [Bash changelog][changes] for information that may explain or provide clues to the behavior I'm observing and reference it in the body of the report.
106

117
[reporting]: https://github.com/mbland/go-script-bash/blob/master/CONTRIBUTING.md#reporting-issues
128
[issues]: https://github.com/mbland/go-script-bash/issues
@@ -26,5 +22,4 @@ Otherwise remove this section altogether.
2622

2723
Replace this text with a description of your bug report or feature request.
2824

29-
If this is a bug report, include any relevant command line steps, code snippets,
30-
or test cases to reproduce the issue.
25+
If this is a bug report, include any relevant command line steps, code snippets, or test cases to reproduce the issue.

0 commit comments

Comments
 (0)