Skip to content

Contributing

AUTOMATIC1111 edited this page Sep 30, 2022 · 17 revisions

To contribute, clone the repository, make your changes, commit and push to your clone, and submit a pull request.

Before making changes, if you think that your feature will result in more than 100 lines changing, find me and talk to me about the feature you are proposing. It pains me to reject the hard work someone else did, but I won't add everything to the repo, and it's better if the rejection happens before you have to waste time working on the feature.

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 ifs or something else).

Clone this wiki locally