Skip to content

Commit 027a365

Browse files
[Bug Report template] modify the issue template to include core maintainers. (#3785)
* modify the issue template to include core maintainers. * add: entry for audio. * Update .github/ISSUE_TEMPLATE/bug-report.yml Co-authored-by: Patrick von Platen <[email protected]> --------- Co-authored-by: Patrick von Platen <[email protected]>
1 parent f96b760 commit 027a365

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,32 @@ body:
4949
placeholder: diffusers version, platform, python version, ...
5050
validations:
5151
required: true
52+
- type: textarea
53+
id: who-can-help
54+
attributes:
55+
label: Who can help?
56+
description: |
57+
Your issue will be replied to more quickly if you can figure out the right person to tag with @
58+
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
59+
60+
All issues are read by one of the core maintainers, so if you don't know who to tag, just leave this blank and
61+
a core maintainer will ping the right person.
62+
63+
Please tag fewer than 3 people.
64+
65+
General library related questions: @patrickvonplaten and @sayakpaul
66+
67+
Questions on the training examples: @williamberman, @sayakpaul, @yiyixuxu
68+
69+
Questions on memory optimizations, LoRA, float16, etc.: @williamberman, @patrickvonplaten, and @sayakpaul
70+
71+
Questions on schedulers: @patrickvonplaten and @williamberman
72+
73+
Questions on models and pipelines: @patrickvonplaten, @sayakpaul, and @williamberman
74+
75+
Questions on JAX- and MPS-related things: @pcuenca
76+
77+
Questions on audio pipelines: @patrickvonplaten, @kashif, and @sanchit-gandhi
78+
79+
Documentation: @stevhliu and @yiyixuxu
80+
placeholder: "@Username ..."

0 commit comments

Comments
 (0)