chore: adjust pull request template sections (#63)

pull/66/head
Maiko Sinkyaet Tan 2023-01-30 19:51:01 +08:00 committed by GitHub
parent 13a2829d0d
commit 5e556b9861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 19 deletions

View File

@ -1,16 +1,10 @@
## Please check the following items before submitting your pull request
## Description
<!-- Thank you for contributing to the SD-WebUI Stable Horde Worker Bridge Project!
Please check the following items before submitting your pull request.
Note: You can install flake8 and black that we are using for linting the code with `pip install -r requirements.txt` -->
- [ ] I've checked that this isn't a duplicate pull request.
- [ ] I've tested my changes with the latest SD-Webui version.
- [ ] I've format my code with [black](https://black.readthedocs.io/): `black .`
- [ ] I've lint my code with [flake8](https://flake8.pycqa.org/): `flake8 .`
- [ ] I've read the [Contribution Guidelines](https://github.com/sdwebui-w-horde/sd-webui-stable-horde-worker/blob/master/CONTRIBUTING.md)
- [ ] I've read the [Code of Conduct](https://github.com/sdwebui-w-horde/.github/blob/master/CODE_OF_CONDUCT.md)
<!--
Please describe your changes. But now write them in here wrapped in a comment.
If your pull request fixes an issue, please reference the issue number as "close #000" in the pull request description.
If your pull request changes the UI, please include screenshots of the changes.
-->
## Type of changes
@ -24,12 +18,15 @@ Note: You can install flake8 and black that we are using for linting the code wi
- [ ] CI/CD <!-- changes to CI/CD pipeline -->
- [ ] Other <!-- please specify in the description below -->
## Description
## Please check the following items before submitting your pull request
<!-- Thank you for contributing to the SD-WebUI Stable Horde Worker Bridge Project!
Please check the following items before submitting your pull request.
<!--
Please describe your changes.
Note: You can install flake8 and black that we are using for linting the code with `pip install -r requirements.txt` -->
If your pull request fixes an issue, please reference the issue number as "close #000" in the pull request description.
If your pull request changes the UI, please include screenshots of the changes.
-->
- [ ] I've checked that this isn't a duplicate pull request.
- [ ] I've tested my changes with the latest SD-Webui version.
- [ ] I've format my code with [black](https://black.readthedocs.io/): `black .`
- [ ] I've lint my code with [flake8](https://flake8.pycqa.org/): `flake8 .`
- [ ] I've read the [Contribution Guidelines](https://github.com/sdwebui-w-horde/sd-webui-stable-horde-worker/blob/master/CONTRIBUTING.md)
- [ ] I've read the [Code of Conduct](https://github.com/sdwebui-w-horde/.github/blob/master/CODE_OF_CONDUCT.md)