|
| 1 | +name: Bug report |
| 2 | +description: Something is not working correctly. |
| 3 | +title: "[BUG]" |
| 4 | +labels: "bug, to be solved" |
| 5 | + |
| 6 | +body: |
| 7 | + - type: checkboxes |
| 8 | + attributes: |
| 9 | + label: Get started |
| 10 | + options: |
| 11 | + - label: >- |
| 12 | + I have read [Contributing guidelines](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/blob/master/CONTRIBUTING.md). |
| 13 | + required: true |
| 14 | + - label: >- |
| 15 | + I have confirmed that my problem could not be solved by the [troubleshooting](https://cainmagi.github.io/FFmpeg-Encoder-Decoder-for-Python/docs/troubleshooting/installation) section in the documentation. |
| 16 | + required: true |
| 17 | + - label: >- |
| 18 | + I agree to follow the [Code of Conduct](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/blob/master/CODE_OF_CONDUCT.md). |
| 19 | + required: true |
| 20 | + - label: >- |
| 21 | + I have confirmed that my issue is not duplicated with an existing issue. |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + attributes: |
| 26 | + label: Description |
| 27 | + description: >- |
| 28 | + A clear and concise description of what the bug is. |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + attributes: |
| 34 | + label: To Reproduce |
| 35 | + description: >- |
| 36 | + Steps to reproduce the behavior. Instead of describing the steps, you could also provide your codes related to the error here. |
| 37 | + value: | |
| 38 | + 1. Get package from '...' |
| 39 | + 2. Then run '...' |
| 40 | + 3. An error occurs. |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + attributes: |
| 44 | + label: Traceback |
| 45 | + description: >- |
| 46 | + The python trackback of the bug. If there is no traceback, please describe (1) The expected behaviors. (2) The actual behaviors. |
| 47 | + render: sh-session |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + attributes: |
| 51 | + label: Behaviors |
| 52 | + description: >- |
| 53 | + If there is no traceback, please describe (1) The expected behaviors. (2) The actual behaviors. |
| 54 | + value: | |
| 55 | + 1. The expected behaviors: |
| 56 | + 2. The actual behaviors: |
| 57 | + |
| 58 | + - type: textarea |
| 59 | + attributes: |
| 60 | + label: Screenshots |
| 61 | + description: >- |
| 62 | + If applicable, add screenshots to help explain your problem. |
| 63 | + |
| 64 | + - type: input |
| 65 | + attributes: |
| 66 | + label: OS |
| 67 | + description: >- |
| 68 | + e.g. Ubuntu 20.04, Debian 10, Windows 10 21H1 |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: input |
| 72 | + attributes: |
| 73 | + label: Python version |
| 74 | + description: >- |
| 75 | + e.g. 3.8 |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + - type: input |
| 79 | + attributes: |
| 80 | + label: numpy version |
| 81 | + description: >- |
| 82 | + e.g. 1.21.1 |
| 83 | + validations: |
| 84 | + required: true |
| 85 | + - type: input |
| 86 | + attributes: |
| 87 | + label: mpegCoder version |
| 88 | + description: >- |
| 89 | + e.g. 3.1.0 |
| 90 | + validations: |
| 91 | + required: true |
| 92 | + |
| 93 | + - type: textarea |
| 94 | + attributes: |
| 95 | + label: Additional context |
| 96 | + description: >- |
| 97 | + Add any other context about the problem here. |
0 commit comments