Skip to content

Commit d88cd05

Browse files
add bug report and feature request to bnb (#924)
1 parent 2603cad commit d88cd05

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: "\U0001F41B Bug Report"
2+
description: Submit a bug report to help us improve bitsandbytes
3+
body:
4+
- type: textarea
5+
id: system-info
6+
attributes:
7+
label: System Info
8+
description: Please share your relevant system information with us
9+
placeholder: platform, python version, hardware, ...
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: reproduction
15+
validations:
16+
required: true
17+
attributes:
18+
label: Reproduction
19+
description: |
20+
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
21+
Please provide the simplest reproducer as possible so that we can quickly fix the issue.
22+
23+
placeholder: |
24+
Reproducer:
25+
26+
- type: textarea
27+
id: expected-behavior
28+
validations:
29+
required: true
30+
attributes:
31+
label: Expected behavior
32+
description: "A clear and concise description of what you would expect to happen."
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: "\U0001F680 Feature request"
2+
description: Submit a proposal/request for a new feature
3+
labels: [ "feature" ]
4+
body:
5+
- type: textarea
6+
id: feature-request
7+
validations:
8+
required: true
9+
attributes:
10+
label: Feature request
11+
description: |
12+
A clear and concise description of the feature proposal.
13+
14+
- type: textarea
15+
id: motivation
16+
validations:
17+
required: true
18+
attributes:
19+
label: Motivation
20+
description: |
21+
Please outline the motivation for the proposal. Is your feature request related to a problem?
22+
23+
- type: textarea
24+
id: contribution
25+
validations:
26+
required: true
27+
attributes:
28+
label: Your contribution
29+
description: |
30+
Is there any way that you could help, e.g. by submitting a PR?

0 commit comments

Comments
 (0)