Skip to content

Commit b68769f

Browse files
Merge pull request #1949 from dalejodc/update-issue-template
chore: update issue template
2 parents 5525425 + 374121e commit b68769f

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
55
-->
66

77
## I'm submitting a...
8-
<!--
8+
<!--
99
Please search GitHub for a similar issue or PR before submitting.
1010
Check one of the following options with "x" -->
11-
<pre><code>
12-
[ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
13-
[ ] Bug report
14-
[ ] Feature request
15-
[ ] Documentation issue or request (new chapter/page)
16-
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
17-
</code></pre>
11+
12+
- [ ] Regression <!--(a behavior that used to work and stopped working in a new release)-->
13+
- [ ] Bug report
14+
- [ ] Feature request
15+
- [ ] Documentation issue or request (new chapter/page)
16+
- [ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
17+
1818

1919
## Current behavior
2020
<!-- Describe how the issue manifests. -->
@@ -33,11 +33,12 @@ Check one of the following options with "x" -->
3333

3434
## Environment
3535

36-
<pre><code>
37-
For Tooling issues:
38-
- Node version: XX <!-- run `node --version` -->
39-
- Platform: <!-- Mac, Linux, Windows -->
36+
#### For Tooling issues:
37+
<!-- Run `node --version` -->
38+
- Node version: XX
39+
40+
<!-- Mac, Linux, Windows -->
41+
- Platform:
4042

41-
Others:
43+
#### Others:
4244
<!-- Anything else relevant? Operating system version, IDE, package manager, ... -->
43-
</code></pre>

0 commit comments

Comments
 (0)