Skip to content

Commit 3eb32c3

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent 10cf101 commit 3eb32c3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### [REQUIRED] Step 1: Describe your environment
2+
3+
* Xcode version: _____
4+
* Pring version: _____
5+
6+
### [REQUIRED] Step 3: Describe the problem
7+
8+
#### Steps to reproduce:
9+
10+
What happened? How can we make the problem occur?
11+
This could be a description, log/console output, etc.
12+
13+
#### Relevant Code:
14+
15+
```
16+
// TODO(you): code here to reproduce the problem
17+
```

0 commit comments

Comments
 (0)