Skip to content

Commit c97b04c

Browse files
Create bug_report.yml
1 parent 5356a12 commit c97b04c

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug report related to mistral-inference
2+
description: Submit a bug report that's related to mistral-inference
3+
title: '[BUG: '
4+
labels: ['bug', 'triage']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report !
10+
- type: textarea
11+
id: python-vv
12+
attributes:
13+
label: Python -VV
14+
description: Run `python -VV` from your virtual environment
15+
placeholder: Copy-paste the output (no need for backticks, will be formatted into code automatically)
16+
render: shell
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: pip-freeze
21+
attributes:
22+
label: Pip Freeze
23+
description: Run `pip freeze` from your virtual environment
24+
placeholder: Copy-paste the output (no need for backticks, will be formatted into code automatically)
25+
render: shell
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: reproduction-steps
30+
attributes:
31+
label: Reproduction Steps
32+
description: Provide a clear and concise description of the steps that lead to your issue.
33+
placeholder: |
34+
1. First step...
35+
2. Step 2...
36+
...
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: expected-behavior
41+
attributes:
42+
label: Expected Behavior
43+
description: Explain briefly what you expected to happen.
44+
validations:
45+
required: true
46+
- type: textarea
47+
id: additional-context
48+
attributes:
49+
label: Additional Context
50+
description: Add any context about your problem that you deem relevant.
51+
- type: textarea
52+
id: suggested-solutions
53+
attributes:
54+
label: Suggested Solutions
55+
description: Please list any solutions you recommend we consider.

0 commit comments

Comments
 (0)