Skip to content

Commit de9e985

Browse files
committed
add bug report template
1 parent c83cf71 commit de9e985

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Bug Report
2+
description: File a bug report for the repository
3+
title: "[BUG]: "
4+
labels: ["bug"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: A clear and concise description of what the bug is
17+
placeholder: |
18+
Details of the bug and (optional) screenshots
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: expected-behavior
24+
attributes:
25+
label: Expected Behavior
26+
description: A clear and concise description of what you expected to happen
27+
placeholder: |
28+
Details about the expected behavior vs. actual behavior
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: reproduction-steps
34+
attributes:
35+
label: Reproduction Steps
36+
description: Steps to reproduce the bug
37+
placeholder: |
38+
A numbered list explaining the steps to reproduce the bug and/or code snippets with comments
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
id: system-details
44+
attributes:
45+
label: System Details
46+
description: Provide details about your runtime environment
47+
placeholder: |
48+
* Operating System
49+
* Python version
50+
* Geomdl version
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
id: additional-context
56+
attributes:
57+
label: Additional Context
58+
description: Provide any other context or information here
59+
placeholder: Links, references or related examples

0 commit comments

Comments
 (0)