python3-curl: update to 7.45.3.
[void-pkg.git] / .github / ISSUE_TEMPLATE / bug-report.yml
blob7437bc1d7103d6079c1d0c7195766c060ec633a5
1 name: Bug Report
2 description: File a bug report
3 labels: ["bug", "needs-testing"]
4 body:
5   - type: markdown
6     attributes:
7       value: >
8         #### Don't request an update of a package,
9         [We have a script for that](https://repo-default.voidlinux.org/void-updates/void-updates.txt).
10         However, a quality pull request may help.
11   - id: verified
12     type: dropdown
13     attributes:
14       label: Is this a new report?
15       description: I verified that there isn't already an open issue for this bug
16       options:
17         - "Yes"
18         - "No"
19     validations:
20       required: true
21   - id: xuname
22     type: input
23     attributes:
24       label: System Info
25       description: Output of `xuname` (part of [`xtools`](https://man.voidlinux.org/xtools.1))
26       placeholder: Void 5.x.y_z x86_64-musl ...
27     validations:
28       required: true
29   - id: packages
30     type: input
31     attributes:
32       label: Package(s) Affected
33       description: Affected package(s) including version (this can be found with `xbps-query -p pkgver foo`)
34       placeholder: foo-1.0.2_5, bar-5.6.7_1, baz-0.0.3_5, ...
35     validations:
36       required: true
37   - id: upstream
38     type: textarea
39     attributes:
40       label: Does a report exist for this bug with the project's home (upstream) and/or another distro?
41       description: If so, link it here (It's fine if there's none)
42       placeholder: |
43         For example:
44         https://bugs.kde.org/show_bug.cgi?id=432975
45         https://bugs.gentoo.org/767478
46   - id: expected
47     type: textarea
48     attributes:
49       label: Expected behaviour
50       description: A clear and concise description of what you expected to happen
51       placeholder: The package is supposed to do this thing.
52     validations:
53       required: true
54   - id: description
55     type: textarea
56     attributes:
57       label: Actual behaviour
58       description: A clear and concise description of what the bug is
59       placeholder: There was a crash when...
60     validations:
61       required: true
62   - id: steps
63     type: textarea
64     attributes:
65       label: Steps to reproduce
66       description: Clear steps to reproduce the bug
67       placeholder: |
68         1. Do the thing
69         2. Do the other thing
70         3. ???
71         4. Crash :(
72     validations:
73       required: true