mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
Merge remote-tracking branch 'upstream/main' into clean
This commit is contained in:
30
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
30
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Pull request checklist
|
||||
|
||||
- [ ] The PR has a proper title. Use [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages). (No more branch-name title please)
|
||||
- [ ] Make sure you are requesting the right branch.
|
||||
- [ ] Make sure this is ready to be merged into the relevant branch. Please don't create a PR and let it hang for a few days.
|
||||
- [ ] Ensure all tests are passing.
|
||||
- [ ] Ensure linting is passing.
|
||||
|
||||
# PR type
|
||||
|
||||
- Bug fix / new feature / chore
|
||||
|
||||
# Description
|
||||
|
||||
- Describe what this pull request is for.
|
||||
- What will it affect.
|
||||
|
||||
# Screenshot
|
||||
|
||||
- Please include a screenshot if applicable
|
||||
|
||||
# Localhost url to test on
|
||||
|
||||
- Please include a url on localhost to test.
|
||||
|
||||
# Jira Link
|
||||
|
||||
- Please include a link to the ticket if applicable.
|
||||
|
||||
[Ticket]()
|
||||
2
.github/workflows/genlocale.yml
vendored
2
.github/workflows/genlocale.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
- name: Run locale generation
|
||||
run: |
|
||||
python3 extract_locale.py
|
||||
python3 lib/i18n/scan_i18n.py
|
||||
cd lib/i18n && python3 locale_diff.py
|
||||
|
||||
- name: Commit back
|
||||
|
||||
Reference in New Issue
Block a user