mirror of
https://github.com/s0md3v/roop.git
synced 2025-09-26 20:31:16 +08:00
Some cosmetics
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug.md
vendored
2
.github/ISSUE_TEMPLATE/bug.md
vendored
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Bug
|
name: Bug
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title: '[Bug]'
|
|
||||||
labels: 'bug'
|
labels: 'bug'
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -44,4 +43,5 @@ What version of Roop are you using?
|
|||||||
- [ ] 1.2.0
|
- [ ] 1.2.0
|
||||||
- [ ] 1.3.0
|
- [ ] 1.3.0
|
||||||
- [ ] 1.3.1
|
- [ ] 1.3.1
|
||||||
|
- [ ] 1.3.2
|
||||||
- [ ] next
|
- [ ] next
|
||||||
|
1
.github/ISSUE_TEMPLATE/installation.md
vendored
1
.github/ISSUE_TEMPLATE/installation.md
vendored
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Installation
|
name: Installation
|
||||||
about: Platform and installation issues
|
about: Platform and installation issues
|
||||||
title: '[Installation]'
|
|
||||||
labels: 'installation'
|
labels: 'installation'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Reference in New Issue
Block a user