mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 00:04:16 -04:00
Contribution Info (#181)
This commit is contained in:
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
@@ -1,3 +1,11 @@
|
|||||||
|
<!--
|
||||||
|
Have you created an issue before opening a merge request???
|
||||||
|
https://github.com/AbdBarho/stable-diffusion-webui-docker#contributing
|
||||||
|
Please create one so we can discuss it, I don't want your effort to go to waste.
|
||||||
|
-->
|
||||||
|
|
||||||
|
Closes issue #
|
||||||
|
|
||||||
### Update versions
|
### Update versions
|
||||||
|
|
||||||
- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/
|
- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/
|
||||||
|
|||||||
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@@ -1,6 +1,12 @@
|
|||||||
name: Build Images
|
name: Build Images
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: master
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- docker-compose.yml
|
||||||
|
- services
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -61,7 +61,9 @@ Visit the wiki for [Setup](https://github.com/AbdBarho/stable-diffusion-webui-do
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions are welcome! create an issue first of what you want to contribute (before you implement anything) so we can talk about it.
|
Contributions are welcome!
|
||||||
|
|
||||||
|
### **Create an issue first of what you want to contribute (before you implement anything)**
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user