We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d545d3 commit 694d856Copy full SHA for 694d856
ISSUE_TEMPLATE.md
@@ -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