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

Commit 3609799

Browse files
author
max-mironov
authored
Modified Issue_Template to be more descriptive (#729)
* Modified Issue_Template to be more descriptive * Some minor changes to Description field
1 parent 197d8e3 commit 3609799

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE.md

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

3+
### Description
4+
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.]
6+
7+
### Reproduction
8+
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.]
10+
11+
### Additional Information
12+
313
* react-native-code-push version:
414
* react-native version:
515
* iOS/Android/Windows version:
616
* Does this reproduce on a debug build or release build?
717
* Does this reproduce on a simulator, or only on a physical device?
8-
* Repro steps and/or stack trace:
918

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

0 commit comments

Comments
 (0)