Skip to content

Commit b679ec3

Browse files
authored
Update test report template
Updated the placeholder for system configuration and removed JSC test cases for RN <= 0.78.
1 parent 2ddb2f5 commit b679ec3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/test_report.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ body:
2727
attributes:
2828
label: Under what system configuration was the test run?
2929
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+
```
3134
validations:
3235
required: false
3336

@@ -39,13 +42,9 @@ body:
3942
Refer to this [spreadsheet](https://docs.google.com/spreadsheets/d/1p0Zs37ecau7Ty4L_4g1jf7PlivOmIEPjmDYq9Jp8qWI/edit?usp=sharing) for test cases.
4043
4144
- [ ] RNTester + iOS + Hermes
42-
- [ ] RNTester + iOS + JSC (only for RN <= 0.78)
4345
- [ ] RNTester + Android + Hermes
44-
- [ ] RNTester + Android + JSC (only for RN <= 0.78)
4546
- [ ] RNTestProject + iOS + Hermes
46-
- [ ] RNTestProject + iOS + JSC (only for RN <= 0.78)
4747
- [ ] RNTestProject + Android + Hermes
48-
- [ ] RNTestProject + Android + JSC (only for RN <= 0.78)
4948
5049
Close this issue if there are no blocking issues.
5150

0 commit comments

Comments
 (0)