stable-diffusion-webui/.github/pull_request_template.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
577 B
Markdown
Raw Normal View History

2023-05-19 15:47:19 +00:00
## Description
2022-10-10 12:12:29 +00:00
2023-05-19 15:47:19 +00:00
* a simple description of what you're trying to accomplish
* a summary of changes in code
* which issues it fixes, if any
2022-10-10 12:12:29 +00:00
2023-05-19 15:47:19 +00:00
## Screenshots/videos:
2022-10-10 12:12:29 +00:00
2023-05-19 15:47:19 +00:00
## Checklist:
2022-10-10 12:12:29 +00:00
2023-05-19 15:47:19 +00:00
- [ ] I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing)
- [ ] I have performed a self-review of my own code
- [ ] My code follows the [style guidelines](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing#code-style)
- [ ] My code passes [tests](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Tests)