-
-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update issue template (#1552)
* chore: update issue template * Update screens version in issue template
- Loading branch information
1 parent
e8262b0
commit e541f9a
Showing
6 changed files
with
181 additions
and
141 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,156 @@ | ||
name: Bug report | ||
description: Report an issue with Screens here. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
Before you proceed: | ||
- Make sure to check whether there are similar issues in the repository | ||
- Make sure to clean cache in your project. Depending on your setup this could be done by: | ||
- `yarn start --reset-cache` or | ||
- `npm start -- --reset-cache` or | ||
- `expo start --clear` | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Required information | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please provide a clear, concise and descriptive explaination of what the bug is. Include screenshots or a video if needed. Tell us what were you expecting to happen instead of what is happening now. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Provide a detailed list of steps that reproduce the issue. | ||
placeholder: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: repro | ||
attributes: | ||
label: Snack or a link to a repository | ||
description: | | ||
Please provide a Snack (https://snack.expo.io/) or a link to a repository on GitHub under your username that reproduces the issue. | ||
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. | ||
Issues without a reproduction are likely to stale. | ||
placeholder: Link to a Snack or a GitHub repository | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: screens-version | ||
attributes: | ||
label: Screens version | ||
description: What version of react-native-screens are you using? | ||
placeholder: 3.15.0 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: react-native-version | ||
attributes: | ||
label: React Native version | ||
description: What version of react-native are you using? | ||
placeholder: 0.69.0 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: platforms | ||
attributes: | ||
label: Platforms | ||
description: On what platform your application is running on? | ||
multiple: true | ||
options: | ||
- Android | ||
- iOS | ||
- Web | ||
- Windows | ||
- tvOS | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Additonal information | ||
Providing as much information as possible greatly helps us with reproducting the issues. | ||
- type: dropdown | ||
id: runtime | ||
attributes: | ||
label: JavaScript runtime | ||
description: What runtime is your application using? | ||
options: | ||
- JSC | ||
- Hermes | ||
- V8 | ||
|
||
- type: dropdown | ||
id: workflow | ||
attributes: | ||
label: Workflow | ||
description: How your application is managed? Not sure? Read [this part](https://docs.expo.dev/introduction/managed-vs-bare/) of Expo documentation | ||
options: | ||
- React Native (without Expo) | ||
- Expo bare workflow | ||
- Expo managed workflow | ||
|
||
- type: dropdown | ||
id: architecture | ||
attributes: | ||
label: Architecture | ||
description: What React Native architecture your application is running on? Currently, the default architecture on React Native is Paper so if you haven't changed it in your application select this option. | ||
options: | ||
- Paper (Old Architecture) | ||
- Fabric (New Architecture) | ||
|
||
- type: dropdown | ||
id: build-type | ||
attributes: | ||
label: Build type | ||
description: What mode your application is running? | ||
options: | ||
- Debug mode | ||
- Release mode | ||
|
||
- type: dropdown | ||
id: emulator | ||
attributes: | ||
label: Device | ||
description: How are you running your application? | ||
options: | ||
- iOS simulator | ||
- Android emulator | ||
- Real device | ||
|
||
- type: input | ||
id: device-model | ||
attributes: | ||
label: Device model | ||
description: What device you are experiencing this problem on? Specify full device name along with the version of the operating system it's running. | ||
placeholder: ex. Samsung Galaxy A22 (Android 12) | ||
|
||
- type: dropdown | ||
id: acknowledgements | ||
attributes: | ||
label: Acknowledgements | ||
description: I searched for similar issues in the repository. | ||
options: | ||
- 'Yes' | ||
validations: | ||
required: true |
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
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
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
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