Skip to content

Commit 01f21df

Browse files
author
Matt Willer
authored
Use HTML comments in issue template
1 parent 257e748 commit 01f21df

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ISSUE_TEMPLATE.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
- [ ] I have checked that the [SDK documentation][sdk-docs] and [API documentation][api-docs] doesn't solve my issue
22

33
### Description of the Issue
4-
// Replace this text with a description of what problem you're having.
5-
// Please include as much detail as possible to help us troubleshoot!
6-
// If it isn't obvious, please include how the behavior you expect differs from what actually happened.
7-
// This is really important so we know how to start troubleshooting your issue.
4+
<!-- Replace this text with a description of what problem you're having. -->
5+
<!-- Please include as much detail as possible to help us troubleshoot! -->
6+
<!-- If it isn't obvious, please include how the behavior you expect differs from what actually happened. -->
7+
<!-- This is really important so we know how to start troubleshooting your issue. -->
88

99
### Versions Used
10-
Node SDK: // Replace with the version of the Node SDK you're using.
11-
Node.js: // Replace with the version of Node.js your application is running on.
10+
Node SDK: <!-- Replace with the version of the Node SDK you're using. -->
11+
Node.js: <!-- Replace with the version of Node.js your application is running on. -->
1212

1313
### Steps to Reproduce
14-
// Please include detailed steps to reproduce the issue you're seeing, if possible.
15-
// If you don't have a reproducible error, please make sure that you give us as much detail
16-
// as you can about what your application was doing when the error occurred.
17-
// Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner!
14+
<!-- Please include detailed steps to reproduce the issue you're seeing, if possible. -->
15+
<!-- If you don't have a reproducible error, please make sure that you give us as much detail -->
16+
<!-- as you can about what your application was doing when the error occurred. -->
17+
<!-- Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner! -->
1818

1919
### Error Message, Including Stack Trace
20-
// Replace with the full error output you're seeing, if applicable.
21-
// Please include the full stack trace to help us identify where the error is happening.
20+
<!-- Replace with the full error output you're seeing, if applicable. -->
21+
<!-- Please include the full stack trace to help us identify where the error is happening. -->
2222

2323
[sdk-docs]: ./docs
24-
[api-docs]: https://developer.box.com/docs
24+
[api-docs]: https://developer.box.com/docs

0 commit comments

Comments
 (0)