Skip to content

Commit d23cf98

Browse files
osansevieroanton-l
andauthored
Add issue templates for feature requests and bug reports (#153)
* Add issue template for feature requests and bug reports * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Anton Lozhkov <[email protected]>
1 parent eeb9264 commit d23cf98

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: "\U0001F41B Bug Report"
2+
description: Report a bug on diffusers
3+
labels: [ "bug" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
- type: textarea
10+
id: bug-description
11+
attributes:
12+
label: Describe the bug
13+
description: A clear and concise description of what the bug is. If you intend to submit a pull request for this issue, tell us in the description. Thanks!
14+
placeholder: Bug description
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: reproduction
19+
attributes:
20+
label: Reproduction
21+
description: Please provide a minimal reproducible code which we can copy/paste and reproduce the issue.
22+
placeholder: Reproduction
23+
- type: textarea
24+
id: logs
25+
attributes:
26+
label: Logs
27+
description: "Please include the Python logs if you can."
28+
render: shell
29+
- type: textarea
30+
id: system-info
31+
attributes:
32+
label: System Info
33+
description: Please share your system info with us,
34+
render: shell
35+
placeholder: diffusers version, Python Version, etc
36+
validations:
37+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
contact_links:
2+
- name: Forum
3+
url: https://discuss.huggingface.co/c/discussion-related-to-httpsgithubcomhuggingfacediffusers/63
4+
about: General usage questions and community discussions
5+
- name: Blank issue
6+
url: https://github.com/huggingface/diffusers/issues/new
7+
about: Please note that the Forum is in most places the right place for discussions
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature request"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)