Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-akhalkov authored Aug 10, 2017
1 parent 6f6f145 commit de0c36f
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

### Description
### Steps to Reproduce
1.
2.
3.

[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.]
### Expected Behavior
What you expected to happen?

### Reproduction
### Actual Behavior
What actually happens?
```
STACK TRACE AND/OR SCREENSHOTS
```

[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.]
### Reproducible Demo

### Additional Information
* 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
* If you can't reproduce the bug on it, provide us as much info as possible about your project

### Environment

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

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

0 comments on commit de0c36f

Please sign in to comment.