Skip to content

Commit df7cd5f

Browse files
Update bug-report.yml
1 parent c28d694 commit df7cd5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ 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+
- type: markdown
19+
attributes:
20+
value: |
21+
For more in-detail information on how to write good issues you can have a look [here](https://huggingface.co/course/chapter8/5?fw=pt)
1822
- type: textarea
1923
id: bug-description
2024
attributes:

0 commit comments

Comments
 (0)