Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
d88cd058
Unverified
Commit
d88cd058
authored
Dec 19, 2023
by
Younes Belkada
Committed by
GitHub
Dec 19, 2023
Browse files
add bug report and feature request to bnb (#924)
parent
2603cadb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
0 deletions
+62
-0
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/bug-report.yml
+32
-0
.github/ISSUE_TEMPLATE/feature-request.yml
.github/ISSUE_TEMPLATE/feature-request.yml
+30
-0
No files found.
.github/ISSUE_TEMPLATE/bug-report.yml
0 → 100644
View file @
d88cd058
name
:
"
\U0001F41B
Bug
Report"
description
:
Submit a bug report to help us improve bitsandbytes
body
:
-
type
:
textarea
id
:
system-info
attributes
:
label
:
System Info
description
:
Please share your relevant system information with us
placeholder
:
platform, python version, hardware, ...
validations
:
required
:
true
-
type
:
textarea
id
:
reproduction
validations
:
required
:
true
attributes
:
label
:
Reproduction
description
:
|
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
Please provide the simplest reproducer as possible so that we can quickly fix the issue.
placeholder
:
|
Reproducer:
-
type
:
textarea
id
:
expected-behavior
validations
:
required
:
true
attributes
:
label
:
Expected behavior
description
:
"
A
clear
and
concise
description
of
what
you
would
expect
to
happen."
\ No newline at end of file
.github/ISSUE_TEMPLATE/feature-request.yml
0 → 100644
View file @
d88cd058
name
:
"
\U0001F680
Feature
request"
description
:
Submit a proposal/request for a new feature
labels
:
[
"
feature"
]
body
:
-
type
:
textarea
id
:
feature-request
validations
:
required
:
true
attributes
:
label
:
Feature request
description
:
|
A clear and concise description of the feature proposal.
-
type
:
textarea
id
:
motivation
validations
:
required
:
true
attributes
:
label
:
Motivation
description
:
|
Please outline the motivation for the proposal. Is your feature request related to a problem?
-
type
:
textarea
id
:
contribution
validations
:
required
:
true
attributes
:
label
:
Your contribution
description
:
|
Is there any way that you could help, e.g. by submitting a PR?
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment