You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
-[ ] I have read [Contributing guidelines](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/blob/master/CONTRIBUTING.md).
6
+
-[ ] I agree to follow the [Code of Conduct](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/blob/master/CODE_OF_CONDUCT.md).
7
+
-[ ] I have confirmed that my pull request (PR) is not duplicated with an existing PR.
8
+
-[ ] I have confirmed that my pull request (PR) passes the testing workflow of the project.
9
+
10
+
## Description
11
+
12
+
Describe what you have done with this PR. List any dependencies that are required for this change.
13
+
14
+
If your PR is designed for an issue, please refer to the issue by the following example:
15
+
16
+
Fixes # (issue)
17
+
18
+
## Updated report
19
+
20
+
Please summarize your modifications as an itemized report.
21
+
22
+
1. Update ...
23
+
2. Add ...
24
+
25
+
## Information
26
+
27
+
Please provide the following information about your PR:
-[ ] I have read [Contributing guidelines](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/blob/master/CONTRIBUTING.md).
6
+
-[ ] I agree to follow the [Code of Conduct](https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/blob/master/CODE_OF_CONDUCT.md).
7
+
-[ ] I have confirmed that my pull request (PR) is not duplicated with an existing PR.
8
+
-[ ] I have confirmed that my pull request (PR) passes the testing workflow of the project.
9
+
10
+
## Description
11
+
12
+
Describe what you have done with this PR. List any dependencies that are required for this change.
13
+
14
+
If your PR is designed for an issue, please refer to the issue by the following example:
15
+
16
+
Fixes # (issue)
17
+
18
+
## Updated report
19
+
20
+
Please summarize your modifications as an itemized report.
21
+
22
+
1. Update ...
23
+
2. Add ...
24
+
25
+
## Information
26
+
27
+
Please provide the following information about your PR:
0 commit comments