This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
forked from microsoft/react-native-code-push
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f6f145
commit de0c36f
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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!) | ||
|