···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 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.
99- - type: textarea
1010- attributes:
1111- label: Steps to Reproduce
1212- description: |
1313- Please provide the steps that may reproduce the issue that you are experiencing. The more concise of a
1414- reproduction that you provide, the easier it will be for us to identify the issue and fix it in a timely manner.
1515- placeholder: |
1616- 1. Go to '...'
1717- 2. Click on '....'
1818- 3. Scroll down to '....'
1919- 4. See error
2020- validations:
2121- required: true
2222- - type: textarea
2323- attributes:
2424- label: Attachments
2525- description: |
2626- If possible, please provide any images or videos that may help us understand the issue you are experiencing.
2727- validations:
2828- required: false
2929- - type: dropdown
3030- attributes:
3131- label: What platform(s) does this occur on?
3232- multiple: true
3333- options:
3434- - iOS
3535- - Android
3636- - Web (Desktop)
3737- - Web (Mobile)
3838- validations:
3939- required: true
4040- - type: input
4141- attributes:
4242- label: Device Info
4343- description: |
4444- Please provide the device information that you are using when experiencing this issue. This can include the
4545- device model, operating system version, and any other relevant information.
4646- validations:
4747- required: false
4848- - type: input
4949- attributes:
5050- label: What version of the app are you using?
5151- description: |
5252- You can easily find this information by visting the Settings screen in the app, and tapping on the version info
5353- at the bottom of the screen. All the relevant information will be copied to your clipboard, and you will be
5454- able to share it here.
5555- validations:
5656- required: true
5757- - type: textarea
5858- attributes:
5959- label: Additional Information
6060- description: |
6161- Please provide any additional information that you think may be helpful in identifying the issue you are
6262- experiencing. This can include any error messages, logs, or other information that you think may be relevant.
6363- validations:
6464- required: false
-42
.tangled/ISSUE_TEMPLATE/feature_request.yml
···11-name: "Feature Request"
22-description: "Suggest an idea for the Witchsky 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 similar requests that are already open and being tracked. If you find an open request that seems relevant to yours, it is best to leave a response there with your information instead of opening a new request, since it helps to consolidate the info in one place.
99- - type: textarea
1010- attributes:
1111- label: Describe the Feature
1212- description: |
1313- Please provide a detailed description of the feature you would like to see implemented in the app. The more
1414- information you provide, the easier it will be for us to understand the feature you are requesting and to
1515- implement it in a timely manner.
1616- validations:
1717- required: true
1818- - type: textarea
1919- attributes:
2020- label: Attachments
2121- description: |
2222- If helpful, provide some images or videos of similar features in other apps that you think would be helpful
2323- for us to understand the feature you are requesting, or places within the app that you think the feature belongs
2424- in or is missing from.
2525- validations:
2626- required: false
2727- - type: textarea
2828- attributes:
2929- label: Describe Alternatives
3030- description: |
3131- If there are any alternative solutions or features that you think would be helpful to implement in place of the
3232- feature you are requesting, please provide a description of those as well.
3333- validations:
3434- required: false
3535- - type: textarea
3636- attributes:
3737- label: Additional Context
3838- description: |
3939- If there is any additional context or information that you think would be helpful for us to know about the
4040- feature you are requesting, please provide that information here.
4141- validations:
4242- required: false