Skip to content

Commit dab1c9e

Browse files
sayakpaulJimmy
authored and
Jimmy
committed
add: note on whom to tag for issues related to community pipelines. (huggingface#5083)
1 parent 294c932 commit dab1c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ body:
1515
*The community cannot solve your issue if it cannot reproduce it. If your bug is related to training, add your training script and make everything needed to train public. Otherwise, just add a simple Python code snippet.*
1616
- 3. Add the **minimum amount of code / context that is needed to understand, reproduce your issue**.
1717
*Make the life of maintainers easy. `diffusers` is getting many issues every day. Make sure your issue is about one bug and one bug only. Make sure you add only the context, code needed to understand your issues - nothing more. Generally, every issue is a way of documenting this library, try to make it a good documentation entry.*
18+
- 4. For issues related to community pipelines (i.e., the pipelines located in the `examples/community` folder), please tag the author of the pipeline in your issue thread as those pipelines are not maintained.
1819
- type: markdown
1920
attributes:
2021
value: |
@@ -70,7 +71,7 @@ body:
7071
7172
Questions on schedulers: @patrickvonplaten and @williamberman
7273
73-
Questions on models and pipelines: @patrickvonplaten, @sayakpaul, and @williamberman
74+
Questions on models and pipelines: @patrickvonplaten, @sayakpaul, and @williamberman (for community pipelines, please tag the original author of the pipeline)
7475
7576
Questions on JAX- and MPS-related things: @pcuenca
7677

0 commit comments

Comments
 (0)