xref: /template/writr/.github/ISSUE_TEMPLATE/bug_report.yml (revision 164892f0c152235f732ee7232653aa954c072878)
1name: Bug report
2description: Create a report to help us improve
3title: ""
4labels: ["bug"]
5assignees:
6  - LouisOuellet
7
8body:
9  - type: textarea
10    id: description
11    attributes:
12      label: Description
13      description: Describe the bug or feature.
14      placeholder: "Description of the bug or feature"
15    validations:
16      required: true
17
18  - type: textarea
19    id: steps
20    attributes:
21      label: Steps to reproduce
22      description: Provide clear steps to reproduce.
23      placeholder: |
24        1. First Step
25        2. Second Step
26        3. And so on...
27    validations:
28      required: true
29
30  - type: textarea
31    id: expected
32    attributes:
33      label: Expected behavior
34      placeholder: "What you expected to happen"
35    validations:
36      required: true
37
38  - type: textarea
39    id: actual
40    attributes:
41      label: Actual behavior
42      placeholder: "What actually happened"
43    validations:
44      required: true
45
46  - type: input
47    id: python_version
48    attributes:
49      label: Python version
50      placeholder: "e.g. 3.11.2"
51    validations:
52      required: false
53
54  - type: input
55    id: os_version
56    attributes:
57      label: Operating system version
58      placeholder: "e.g. Windows 10 / macOS 13.4 / Ubuntu 22.04"
59    validations:
60      required: false
61
62  - type: textarea
63    id: logs
64    attributes:
65      label: Screenshots or Logs
66      description: Paste logs or attach screenshots.
67      placeholder: "Paste your logs or attach the screenshot"
68    validations:
69      required: false
70