Skip to content

Commit 5177e65

Browse files
Update bug-report.yml
1 parent 60ac5fc commit 5177e65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thanks a lot for taking the time to file an issue 🤗.
9-
Issues does not only help to improve the library, but also publicly document common problems, questions, workflows for the whole community, which is extremely helpful!
10-
Filing an issue is as important of a contribution as opening a PR for the library ❤️.
8+
Thanks a lot for taking the time to file this issue 🤗.
9+
Issues do not only help to improve the library, but also publicly document common problems, questions, workflows for the whole community!
10+
Thus, issues are of the same importance as pull requests when contributing to this library ❤️.
1111
In order to make your issue as **useful for the community as possible**, let's try to stick to some simple guidelines:
1212
- 1. Please try to be as precise and concise as possible.
13-
*Give your issue a fitting title. Assume that someone which very limited knowledge of diffusers can understand your issue by adding links to code, documentation other issues, pull requests etc...*
14-
- 2. If your issue is about something not working, **always** provide a reproducibel code snippet. The reader should be able to **only copy-paste your code snippet into a Python shell to reproduce the error**.
15-
*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. If your bug is for inference, just add a simple Python code snippet.*
13+
*Give your issue a fitting title. Assume that someone which very limited knowledge of diffusers can understand your issue. Add links to the source code, documentation other issues, pull requests etc...*
14+
- 2. If your issue is about something not working, **always** provide a reproducible code snippet. The reader should be able to reproduce your issue by **only copy-pasting your code snippet into a Python shell**.
15+
*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**.
17-
*`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 a good documentation entry.*
17+
*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.*
1818
- type: textarea
1919
id: bug-description
2020
attributes:

0 commit comments

Comments
 (0)