···11----
22-name: Bug report
33-about: Create a report to help us improve
44-title: ''
55-labels: bug
66-assignees: ''
77-88----
99-1010-**Describe the bug**
1111-<!-- A clear and concise description of what the bug is. -->
1212-1313-**To Reproduce**
1414-1515-Steps to reproduce the behavior:
1616-1717-1.
1818-1919-**Expected behavior**
2020-2121-<!-- A clear and concise description of what you expected to happen. -->
2222-2323-**Screenshots**
2424-2525-<!-- If applicable, add screenshots to help explain your problem. -->
2626-2727-**Details**
2828-2929- - Platform: <!-- desktop chrome windows, mobile safari, iOS, Android -->
3030- - Platform version:
3131- - App version:
3232-3333-**Additional context**
3434-3535-<!-- Add any other context about the problem here. -->
+67
.github/ISSUE_TEMPLATE/bug_report.yml
···11+name: "Bug Report"
22+description: "Create a report for an issue you have experience in the app."
33+labels: ["bug"]
44+body:
55+ - type: markdown
66+ attributes:
77+ value: |
88+ Thanks for taking the time to report an issue you've found in the app! Before you submit this issue, please make
99+ sure you've searched for similar issues that are already open and being tracked. If you find an open issue that
1010+ seems relevant to yours, it is best to leave a response there with your information instead of opening a new
1111+ issue, since it helps to consolidate the info in one place.
1212+ - type: textarea
1313+ attributes:
1414+ label: Steps to Reproduce
1515+ description: |
1616+ Please provide the steps that may reproduce the issue that you are experiencing. The more concise of a
1717+ reproduction that you provide, the easier it will be for us to identify the issue and fix it in a timely manner.
1818+ placeholder: |
1919+ 1. Go to '...'
2020+ 2. Click on '....'
2121+ 3. Scroll down to '....'
2222+ 4. See error
2323+ validations:
2424+ required: true
2525+ - type: textarea
2626+ attributes:
2727+ label: Attachments
2828+ description: |
2929+ If possible, please provide any images or videos that may help us understand the issue you are experiencing.
3030+ validations:
3131+ required: false
3232+ - type: dropdown
3333+ attributes:
3434+ label: What platform(s) does this occur on?
3535+ multiple: true
3636+ options:
3737+ - iOS
3838+ - Android
3939+ - Web (Desktop)
4040+ - Web (Mobile)
4141+ validations:
4242+ required: true
4343+ - type: input
4444+ attributes:
4545+ label: Device Info
4646+ description: |
4747+ Please provide the device information that you are using when experiencing this issue. This can include the
4848+ device model, operating system version, and any other relevant information.
4949+ validations:
5050+ required: false
5151+ - type: input
5252+ attributes:
5353+ label: What version of the app are you using?
5454+ description: |
5555+ You can easily find this information by visting the Settings screen in the app, and tapping on the version info
5656+ at the bottom of the screen. All the relevant information will be copied to your clipboard, and you will be
5757+ able to share it here.
5858+ validations:
5959+ required: true
6060+ - type: textarea
6161+ attributes:
6262+ label: Additional Information
6363+ description: |
6464+ Please provide any additional information that you think may be helpful in identifying the issue you are
6565+ experiencing. This can include any error messages, logs, or other information that you think may be relevant.
6666+ validations:
6767+ required: false
+72
.github/ISSUE_TEMPLATE/bug_report_fabric.yml
···11+name: "Bug Report - Fabric/New Architecture"
22+description: "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."
33+labels: ["bug", "fabric"]
44+body:
55+ - type: checkboxes
66+ attributes:
77+ label: You're running a build that uses the React Native New Architecture, right?
88+ 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.
99+ options:
1010+ - label: I am running a build that uses the New Architecture
1111+ required: true
1212+ - type: markdown
1313+ attributes:
1414+ value: |
1515+ Thanks for taking the time to report an issue you've found in the app! Before you submit this issue, please make
1616+ sure you've searched for similar issues that are already open and being tracked. If you find an open issue that
1717+ seems relevant to yours, it is best to leave a response there with your information instead of opening a new
1818+ issue, since it helps to consolidate the info in one place.
1919+ - type: textarea
2020+ attributes:
2121+ label: Steps to Reproduce
2222+ description: |
2323+ Please provide the steps that may reproduce the issue that you are experiencing. The more concise of a
2424+ reproduction that you provide, the easier it will be for us to identify the issue and fix it in a timely manner.
2525+ placeholder: |
2626+ 1. Go to '...'
2727+ 2. Click on '....'
2828+ 3. Scroll down to '....'
2929+ 4. See error
3030+ validations:
3131+ required: true
3232+ - type: textarea
3333+ attributes:
3434+ label: Attachments
3535+ description: |
3636+ If possible, please provide any images or videos that may help us understand the issue you are experiencing.
3737+ validations:
3838+ required: false
3939+ - type: dropdown
4040+ attributes:
4141+ label: What platform(s) does this occur on?
4242+ multiple: true
4343+ options:
4444+ - iOS
4545+ - Android
4646+ validations:
4747+ required: true
4848+ - type: input
4949+ attributes:
5050+ label: Device Info
5151+ description: |
5252+ Please provide the device information that you are using when experiencing this issue. This can include the
5353+ device model, operating system version, and any other relevant information.
5454+ validations:
5555+ required: false
5656+ - type: input
5757+ attributes:
5858+ label: What version of the app are you using?
5959+ description: |
6060+ You can easily find this information by visting the Settings screen in the app, and tapping on the version info
6161+ at the bottom of the screen. All the relevant information will be copied to your clipboard, and you will be
6262+ able to share it here.
6363+ validations:
6464+ required: true
6565+ - type: textarea
6666+ attributes:
6767+ label: Additional Information
6868+ description: |
6969+ Please provide any additional information that you think may be helpful in identifying the issue you are
7070+ experiencing. This can include any error messages, logs, or other information that you think may be relevant.
7171+ validations:
7272+ required: false
-24
.github/ISSUE_TEMPLATE/feature_request.md
···11----
22-name: Feature request
33-about: Suggest an idea for this project
44-title: ''
55-labels: feature-request
66-assignees: ''
77-88----
99-1010-**Is your feature request related to a problem? Please describe.**
1111-1212-<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
1313-1414-**Describe the solution you'd like**
1515-1616-<!-- A clear and concise description of what you want to happen. -->
1717-1818-**Describe alternatives you've considered**
1919-2020-<!-- A clear and concise description of any alternative solutions or features you've considered. -->
2121-2222-**Additional context**
2323-2424-<!-- Add any other context or screenshots about the feature request here. -->
+45
.github/ISSUE_TEMPLATE/feature_request.yml
···11+name: "Bug Report"
22+description: "Suggest an idea for the Bluesky app."
33+labels: ["feature-request"]
44+body:
55+ - type: markdown
66+ attributes:
77+ value: |
88+ Thanks for submitting a feature request! Before you submit this request, please make sure you've searched for
99+ similar requests that are already open and being tracked. If you find an open request that seems relevant to
1010+ yours, it is best to leave a response there with your information instead of opening a new request, since it
1111+ helps to consolidate the info in one place.
1212+ - type: textarea
1313+ attributes:
1414+ label: Describe the Feature
1515+ description: |
1616+ Please provide a detailed description of the feature you would like to see implemented in the app. The more
1717+ information you provide, the easier it will be for us to understand the feature you are requesting and to
1818+ implement it in a timely manner.
1919+ validations:
2020+ required: true
2121+ - type: textarea
2222+ attributes:
2323+ label: Attachments
2424+ description: |
2525+ If helpful, provide some images or videos of similar features in other apps that you think would be helpful
2626+ for us to understand the feature you are requesting, or places within the app that you think the feature belongs
2727+ in or is missing from.
2828+ validations:
2929+ required: false
3030+ - type: textarea
3131+ attributes:
3232+ label: Describe Alternatives
3333+ description: |
3434+ If there are any alternative solutions or features that you think would be helpful to implement in place of the
3535+ feature you are requesting, please provide a description of those as well.
3636+ validations:
3737+ required: false
3838+ - type: textarea
3939+ attributes:
4040+ label: Additional Context
4141+ description: |
4242+ If there is any additional context or information that you think would be helpful for us to know about the
4343+ feature you are requesting, please provide that information here.
4444+ validations:
4545+ required: false