You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/test_report.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,10 @@ body:
27
27
attributes:
28
28
label: Under what system configuration was the test run?
29
29
description: Please provide the host platform + version, as well as the versions of tools such as Xcode. You can easily generate a standardised version of this information by running `npx react-native@<exact-version< info`.
30
-
placeholder: cd your/project/root && npx react-native@<exact-version> info
30
+
placeholder: |
31
+
```
32
+
cd your/project/root && npx react-native@<exact-version> info
33
+
```
31
34
validations:
32
35
required: false
33
36
@@ -39,13 +42,9 @@ body:
39
42
Refer to this [spreadsheet](https://docs.google.com/spreadsheets/d/1p0Zs37ecau7Ty4L_4g1jf7PlivOmIEPjmDYq9Jp8qWI/edit?usp=sharing) for test cases.
0 commit comments