|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report for Xee. |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug", "triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report! |
| 10 | + - type: textarea |
| 11 | + id: what-happened |
| 12 | + attributes: |
| 13 | + label: Bug Summary |
| 14 | + description: At a high level, described what happened. |
| 15 | + placeholder: Describe what happened... |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + - type: textarea |
| 19 | + id: steps-to-reproduce |
| 20 | + attributes: |
| 21 | + label: Steps to Reproduce |
| 22 | + description: | |
| 23 | + 1. Create a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) example in Colab, using this [template](https://colab.research.google.com/drive/1vAgfAPhKGJd4G9ZUOzciqZ7MbqJjlMLR). |
| 24 | + 2. Make the notebook publicly accessible. |
| 25 | + 3. Make sure that any datasets needed to reproduce the bug are publicly shared. If the datasets are sensitive and cannot be made public, replace them with other public datasets. |
| 26 | + 4. Copy the notebook URL below. |
| 27 | + placeholder: Provide a Colab notebook URL and/or a detailed description of how to reproduce the bug. |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: textarea |
| 31 | + id: current-behavior |
| 32 | + attributes: |
| 33 | + label: Current Behavior |
| 34 | + description: Describe what is currently happening. |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: textarea |
| 38 | + id: expected-behavior |
| 39 | + attributes: |
| 40 | + label: Expected Behavior |
| 41 | + description: Describe what you expect to happen. |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: textarea |
| 45 | + id: logs |
| 46 | + attributes: |
| 47 | + label: Relevant log output |
| 48 | + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
| 49 | + render: shell |
| 50 | + - type: input |
| 51 | + id: version |
| 52 | + attributes: |
| 53 | + label: Xee Version |
| 54 | + description: What version of Xee are you running? |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + - type: input |
| 58 | + id: contact |
| 59 | + attributes: |
| 60 | + label: Contact Details |
| 61 | + description: (OPTIONAL) How can we get in touch with you if we need more info? |
| 62 | + placeholder: ex. email@example.com |
| 63 | + validations: |
| 64 | + required: false |
| 65 | + - type: checkboxes |
| 66 | + id: terms |
| 67 | + attributes: |
| 68 | + label: Code of Conduct |
| 69 | + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com). |
| 70 | + options: |
| 71 | + - label: I agree to follow this project's Code of Conduct |
| 72 | + required: true |
0 commit comments