diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 619b7c6..0862e99 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,11 @@ + + +Closes issue # + ### Update versions - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d17496c..9643132 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,6 +1,12 @@ name: Build Images -on: [push] +on: + push: + branches: master + pull_request: + paths: + - docker-compose.yml + - services jobs: build: diff --git a/README.md b/README.md index 4607a9b..ea7124d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ Visit the wiki for [Setup](https://github.com/AbdBarho/stable-diffusion-webui-do ## 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