Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit de0c36f

Browse files
Update ISSUE_TEMPLATE.md
1 parent 6f6f145 commit de0c36f

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
22

3-
### Description
3+
### Steps to Reproduce
4+
1.
5+
2.
6+
3.
47

5-
[FILL THIS OUT: Explain what you did, what you expected to happen, and what actually happens. Also exact reproduction steps and stack trace will be much appreciated.]
8+
### Expected Behavior
9+
What you expected to happen?
610

7-
### Reproduction
11+
### Actual Behavior
12+
What actually happens?
13+
```
14+
STACK TRACE AND/OR SCREENSHOTS
15+
```
816

9-
[FILL THIS OUT: If possible try to reproduce your bug on our basic sample: https://github.com/Microsoft/react-native-code-push/tree/master/Examples/CodePushDemoApp. If you can't reproduce the bug on it, provide us as much info as possible about your project.]
17+
### Reproducible Demo
1018

11-
### Additional Information
19+
* Download https://github.com/Microsoft/react-native-code-push/archive/master.zip and unzip. From `Examples` folder run `node create-app.js appName [email protected] [email protected]` command to generate plain CodePushified React Native app. Please see description on top of `create-app.js` file content if needed
20+
* If you can't reproduce the bug on it, provide us as much info as possible about your project
21+
22+
### Environment
1223

1324
* react-native-code-push version:
1425
* react-native version:
@@ -17,4 +28,3 @@ Thanks so much for filing an issue or feature request! Please fill out the follo
1728
* Does this reproduce on a simulator, or only on a physical device?
1829

1930
(The more info the faster we will be able to address it!)
20-

0 commit comments

Comments
 (0)