Unverified Commit 19b01749 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update bug-report.yml

parent a980ef2f
...@@ -5,16 +5,16 @@ body: ...@@ -5,16 +5,16 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks a lot for taking the time to file an issue 🤗. | Thanks a lot for taking the time to file an issue 🤗.
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! | 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!
In order to make your issue as **useful for the community as possible**, let's try to stick to some simple guidelines: | Filing an issue is as important of a contribution as opening a PR for the library ❤️.
- 1. Please try to be as precise and concise as possible. | In order to make your issue as **useful for the community as possible**, let's try to stick to some simple guidelines:
*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...* | - 1. Please try to be as precise and concise as possible.
- 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 get the error** | *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...*
*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.* | - 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 get the error**
- 3. Add the **minimum amount of code / context that is needed to understand, reproduce your issue**. | *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.*
*`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.* | - 3. Add the **minimum amount of code / context that is needed to understand, reproduce your issue**.
If you followed the three points above, you are actively contributing to diffusers and make it more accesible for everybody ❤️. | *`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.*
- type: textarea - type: textarea
id: bug-description id: bug-description
attributes: attributes:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment