Skip to content

Commit

Permalink
chore: check if project has fabric enabled on bug report templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Jan 12, 2023
1 parent 0fa2e2f commit d744acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_ANDROID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body:
description: "Note: the test runner is Jest by default, unless overridden via testRunner property in your detox configuration file (e.g. package.json, detox.config)."
value: "Detox version:
\nReact Native version:
\nHas Fabric enabled: (yes/no)
\nNode version:
\nDevice model:
\nAndroid version:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_IOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ body:
description: "Note: the test runner is Jest by default, unless overridden via testRunner property in your detox configuration file (e.g. package.json, detox.config)."
value: "Detox version:
\nReact Native version:
\nHas Fabric enabled: (yes/no)
\nNode version:
\nDevice model:
\niOS version:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body:
description: "Note: the test runner is Jest by default, unless overridden via testRunner property in your detox configuration file (e.g. package.json, detox.config)."
value: "Detox version:
\nReact Native version:
\nHas Fabric enabled: (yes/no)
\nNode version:
\nTest-runner (select one): jest / other"
- type: textarea
Expand Down

0 comments on commit d744acc

Please sign in to comment.