Skip to content

Commit 694d856

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent 0d545d3 commit 694d856

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
### Step 1: Are you in the right place?
2+
3+
* For issues or feature requests related to the code **in this repository** file a Github issue.
4+
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) tagged appropriately.
5+
6+
### Step 2: Describe the problem:
7+
8+
#### Steps to reproduce:
9+
10+
1. _____
11+
2. _____
12+
3. _____
13+
14+
#### Observed Results:
15+
16+
* What happened? This could be a description, log output, etc.
17+
18+
#### Expected Results:
19+
20+
* What did you expect to happen?
21+
22+
#### Relevant Code:
23+
24+
```
25+
// TODO(you): code here to reproduce the problem
26+
```

0 commit comments

Comments
 (0)