mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-30 11:11:43 +00:00
Updated Contributing (markdown)
@@ -1,7 +1,7 @@
|
|||||||
# Pull requests
|
# Pull requests
|
||||||
To contribute, clone the repository, make your changes, commit and push to your clone, and submit a pull request.
|
To contribute, clone the repository, make your changes, commit and push to your clone, and submit a pull request.
|
||||||
|
|
||||||
* if you adding a lot of code, consider making it an [extension](Extensions) instead.
|
* if you are adding a lot of code, **consider making it an [extension](Extensions) instead**.
|
||||||
* do not add multiple unrelated things in same PR.
|
* do not add multiple unrelated things in same PR.
|
||||||
* make sure that your changes do not break anything by running [tests](Tests).
|
* make sure that your changes do not break anything by running [tests](Tests).
|
||||||
* do not submit PRs where you just take existing lines and reformat them without changing what they do.
|
* do not submit PRs where you just take existing lines and reformat them without changing what they do.
|
||||||
|
|||||||
Reference in New Issue
Block a user