Skip to content

Commit 5b4acd6

Browse files
authored
Contribution Info (#181)
1 parent 48f8650 commit 5b4acd6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!--
2+
Have you created an issue before opening a merge request???
3+
https://github.com/AbdBarho/stable-diffusion-webui-docker#contributing
4+
Please create one so we can discuss it, I don't want your effort to go to waste.
5+
-->
6+
7+
Closes issue #
8+
19
### Update versions
210

311
- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/

.github/workflows/docker.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build Images
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: master
6+
pull_request:
7+
paths:
8+
- docker-compose.yml
9+
- services
410

511
jobs:
612
build:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Visit the wiki for [Setup](https://github.com/AbdBarho/stable-diffusion-webui-do
6161

6262
## Contributing
6363

64-
Contributions are welcome! create an issue first of what you want to contribute (before you implement anything) so we can talk about it.
64+
Contributions are welcome!
65+
66+
### **Create an issue first of what you want to contribute (before you implement anything)**
6567

6668
## Disclaimer
6769

0 commit comments

Comments
 (0)