From 9f1ca5007ddd750f2bfd53bb2f203d5e4e0cbca0 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sat, 28 Jan 2023 18:59:43 +0300 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 1103270..d1c4bee 100644 --- a/Contributing.md +++ b/Contributing.md @@ -7,7 +7,7 @@ To contribute, clone the repository, make your changes, commit and push to your * do not submit PRs where you just take existing lines and reformat them without changing what they do. * if you are submitting a bug fix, there must be a way for me to reproduce the bug. -There is a discord channel for development of the webui: [link](https://discord.gg/z38ZKR3w). Join if you want to talk about a PR in real time. Don't join if you're not involved in development. +There is a discord channel for development of the webui: [link](https://discord.gg/WG2nzq3YEH). Join if you want to talk about a PR in real time. Don't join if you're not involved in development. If you are making changes to used libraries or the installation script, you must verify them to work on default Windows installation from scratch. If you cannot test if it works (due to your OS or anything else), do not make those changes (with possible exception of changes that explicitly are guarded from being executed on Windows by `if`s or something else).