From 5b4acd605df682e8617cfda98bf0527d691ea827 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Wed, 26 Oct 2022 23:57:29 +0200 Subject: [PATCH] Contribution Info (#181) --- .github/pull_request_template.md | 8 ++++++++ .github/workflows/docker.yml | 8 +++++++- README.md | 4 +++- 3 files changed, 18 insertions(+), 2 deletions(-) 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