force people to read before joining dev discord

w-e-w 2023-03-10 15:29:39 +08:00
parent dd8e349ab3
commit 74b1ae8319

@ -7,7 +7,12 @@ 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/WG2nzq3YEH). Join if you want to talk about a PR in real time. Don't join if you're not involved in development.
<details><summary>There is a discord channel for development of the webui (click to expand). Join if you want to talk about a PR in real time. Don't join if you're not involved in development.</summary><blockquote>
<details><summary>This is a discord for development only, NOT for tech support.
</summary><blockquote>
[Dev discoed](https://discord.gg/WG2nzq3YEH)
</details></blockquote></details>
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).