diff --git a/.copier-answers.yml b/.copier-answers.yml index 941491bc..015287c2 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,22 +1,21 @@ # Changes here will be overwritten by Copier -_commit: 2b33a13 +_commit: d5acceb _src_path: gh:34j/pypackage-template-fork -add_me_as_contributor: true +add_me_as_contributor: false copyright_year: '2023' documentation: true email: 34j.95a2p@simplelogin.com full_name: 34j github_username: 34j -initial_commit: true +initial_commit: false open_source_license: MIT -open_with_vscode: true +open_with_vscode: false package_name: so_vits_svc_fork project_name: SoftVC VITS Singing Voice Conversion Fork project_short_description: A fork of so-vits-svc. project_slug: so-vits-svc-fork run_poetry_install: true -setup_github: true -setup_pre_commit: true +setup_github: false +setup_pre_commit: false setup_venv: true venv_version: '3.10' - diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..e69de29b diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md deleted file mode 100644 index 4644945a..00000000 --- a/.github/ISSUE_TEMPLATE/1-bug_report.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -labels: bug ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml new file mode 100644 index 00000000..0e7537cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -0,0 +1,36 @@ +name: Bug report +description: Create a report to help us improve +labels: [bug] +body: + - type: textarea + id: description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + placeholder: Describe the bug + - type: textarea + id: reproduce + attributes: + label: To Reproduce + description: Steps to reproduce the behavior. + placeholder: To Reproduce + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context about the problem here. + placeholder: Additional context + - type: checkboxes + id: terms + attributes: + - label: Code of Conduct + description: By submitting this issue, you agree to follow our + [Code of Conduct](https://github.com/34j/so-vits-svc-fork/blob/main/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow this project's Code of Conduct. + required: true + - label: No Duplicate + description: Please check [existing issues](https://github.com/34j/so-vits-svc-fork/issues) to avoid duplicates. + options: + - label: I have checked existing issues to avoid duplicates. + required: true diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md deleted file mode 100644 index a4c01ccb..00000000 --- a/.github/ISSUE_TEMPLATE/2-feature-request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -labels: enhancement ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml new file mode 100644 index 00000000..8d9871c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -0,0 +1,31 @@ +name: Feature request +description: Suggest an idea for this project +labels: [enhancement] +body: + - type: textarea + id: description + attributes: + label: Is your feature request related to a problem? Please describe. + description: A clear and concise description of what the problem is. + placeholder: I'm always frustrated when [...] + - type: textarea + id: solution + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + placeholder: Describe alternatives you've considered + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + placeholder: Additional context + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our + [Code of Conduct](https://github.com/34j/so-vits-svc-fork/blob/main/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow this project's Code of Conduct + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..7a2530d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discussions + url: https://github.com/34j/so-vits-svc-fork/discussions + about: Please ask and answer questions here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..494a7340 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,49 @@ + + +### Description of change + + + +copilot:all + + + +### Pull-Request Checklist + + + +- [ ] Code is up-to-date with the `main` branch +- [ ] This pull request follows [Contributing.md](https://github.com/34j/so-vits-svc-fork/blob/main/CONTRIBUTING.md) +- [ ] This pull request links relevant issues as `Fixes #0000` +- [ ] `pre-commit run -a` passes with this change or ci passes +- [ ] `poetry run pytest` passes with this change or ci passes +- [ ] (There are new or updated unit tests validating the change) +- [ ] Documentation has been updated to reflect this change +- [ ] The new commits follow conventions outlined in the [conventional commit spec](https://www.conventionalcommits.org/en/v1.0.0/) + + diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..e69de29b diff --git a/.github/workflows/poetry-upgrade.yml b/.github/workflows/poetry-upgrade.yml new file mode 100644 index 00000000..3e155e42 --- /dev/null +++ b/.github/workflows/poetry-upgrade.yml @@ -0,0 +1,12 @@ +name: Upgrader + +on: + workflow_dispatch: + schedule: + - cron: "29 23 16 * *" + +jobs: + upgrade: + uses: browniebroke/github-actions/.github/workflows/poetry-upgrade.yml@v1 + secrets: + gh_pat: ${{ secrets.GH_PAT }}