forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1name: "Bug Report - Fabric/New Architecture"
2description: "Create a bug report for builds using the New Architecture. If you are not sure what that means, don't use this template, and instead use the default bug report template."
3labels: ["bug", "fabric"]
4body:
5 - type: checkboxes
6 attributes:
7 label: You're running a build that uses the React Native New Architecture, right?
8 description: This template is specifically for issues related to builds that use the React Native New Architecture. If you are not sure what that means, this template is probably not relevant to you, and you should use the default Bug Report template.
9 options:
10 - label: I am running a build that uses the New Architecture
11 required: true
12 - type: markdown
13 attributes:
14 value: |
15 Thanks for taking the time to report an issue you've found in the app! Before you submit this issue, please make sure you've searched for similar issues that are already open and being tracked. If you find an open issue that seems relevant to yours, it is best to leave a response there with your information instead of opening a new issue, since it helps to consolidate the info in one place.
16 - type: textarea
17 attributes:
18 label: Steps to Reproduce
19 description: |
20 Please provide the steps that may reproduce the issue that you are experiencing. The more concise of a
21 reproduction that you provide, the easier it will be for us to identify the issue and fix it in a timely manner.
22 placeholder: |
23 1. Go to '...'
24 2. Click on '....'
25 3. Scroll down to '....'
26 4. See error
27 validations:
28 required: true
29 - type: textarea
30 attributes:
31 label: Attachments
32 description: |
33 If possible, please provide any images or videos that may help us understand the issue you are experiencing.
34 validations:
35 required: false
36 - type: dropdown
37 attributes:
38 label: What platform(s) does this occur on?
39 multiple: true
40 options:
41 - iOS
42 - Android
43 validations:
44 required: true
45 - type: input
46 attributes:
47 label: Device Info
48 description: |
49 Please provide the device information that you are using when experiencing this issue. This can include the
50 device model, operating system version, and any other relevant information.
51 validations:
52 required: false
53 - type: input
54 attributes:
55 label: What version of the app are you using?
56 description: |
57 You can easily find this information by visting the Settings screen in the app, and tapping on the version info
58 at the bottom of the screen. All the relevant information will be copied to your clipboard, and you will be
59 able to share it here.
60 validations:
61 required: true
62 - type: textarea
63 attributes:
64 label: Additional Information
65 description: |
66 Please provide any additional information that you think may be helpful in identifying the issue you are
67 experiencing. This can include any error messages, logs, or other information that you think may be relevant.
68 validations:
69 required: false