aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: c9fcda2e2790861c7bf4aa4cb37e01545c48fb95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Description

* a simple description of what you're trying to accomplish
* a summary of changes in code
* which issues it fixes, if any

## Screenshots/videos:


## Checklist:

- [ ] 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)