Skip to content

Commit fb148ec

Browse files
stephenmichaelfbryanmacfarlane
authored andcommitted
Users/stfrance/issue template (#37)
* Issue template. * Remove npm-debug. Add to .gitignore.
1 parent 085ce6a commit fb148ec

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ samples/*.js
66
samples/*.txt
77
test/*.js
88
test/testoutput.txt
9+
npm-debug.log

issue_template.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
1. Please check our current Issues to see if someone already reported this https://github.com/Microsoft/typed-rest-client/issues
2+
2. Take a look at our Instructions for logging issues https://github.com/Microsoft/typed-rest-client/blob/master/CONTRIBUTING.md#instructions-for-logging-issues
3+
4+
### Environment
5+
Node version:
6+
Npm version:
7+
OS and version:
8+
typed-rest-client version:
9+
10+
### Issue Description
11+
<!--- Please provide a short description of the issue -->
12+
13+
### Expected behaviour
14+
<!--- Tell us what should happen -->
15+
16+
### Actual behaviour
17+
<!--- Tell us what happens instead -->
18+
19+
### Steps to reproduce
20+
1.
21+
2.
22+
3.
23+
4.
24+
5.
25+
26+
### Logs
27+
<!-- Any logs you have/stack traces/etc. -->

0 commit comments

Comments
 (0)