Skip to content

Commit 6f151e7

Browse files
Draft GitHub issue template
1 parent 1f1aa8b commit 6f151e7

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug report
2+
description: Create a report describing unexpected or incorrect behavior in EXP.
3+
labels: Bug
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >-
8+
Thanks for taking the time to fill out this bug report! Please provide a clear and concise description of the bug you've encountered.
9+
- type: dropdown
10+
id: interface
11+
attributes:
12+
label: Interface
13+
description: Which interface of EXP are you using?
14+
options:
15+
- pyEXP
16+
- EXP N-body
17+
default: 0
18+
validations:
19+
required: true
20+
- type: dropdown
21+
id: version
22+
attributes:
23+
label: Version
24+
description: How are you accessing EXP?
25+
options:
26+
- Docker
27+
- Local compile
28+
default: 0
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: exactversion
33+
attributes:
34+
label: Exact Version
35+
description: Please provide the exact version of EXP you are using. If using pyEXP, please provide the output of `python -c "import pyEXP; pyEXP.util.getVersionInfo()"`; If using N-body, please provide the output of `exp -v`.
36+
render: shell
37+
- type: textarea
38+
attributes:
39+
label: Description
40+
description: >-
41+
A clear and concise description of what the bug is.
42+
- type: textarea
43+
attributes:
44+
label: Expected behavior
45+
description: >-
46+
A clear and concise description of what you expected to happen.
47+
- type: textarea
48+
id: logs
49+
attributes:
50+
label: Relevant log output
51+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
52+
render: shell

0 commit comments

Comments
 (0)