-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01-bug-report.yml.jinja
More file actions
49 lines (46 loc) · 1.68 KB
/
01-bug-report.yml.jinja
File metadata and controls
49 lines (46 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: Bug report
description: Report a problem to help improve this project
title: "[BUG] <Please write a comprehensive title after the '[BUG]' prefix>"
labels: [bug]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I looked for [similar existing issues](https://github.com/{{ git_username }}/{{ project_slug }}/issues).
required: true
- type: textarea
attributes:
label: Problem description
description: |
A concise description of what you're experiencing.
Please explain:
* **what** you tried to achieve,
* **how** you went about it (referring to the code sample), and
* **why** the current behavior is a problem, and what output you expected instead.
validations:
required: false
- type: textarea
attributes:
label: Code sample
description: >
Create a [minimal, complete, verifiable example](https://stackoverflow.com/help/mcve).
Please, paste your code between the ``` backticks below or link to a [gist](https://gist.github.com/).
value: |
Code run:
```python
```
Traceback:
```text
```
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false