Workflows adjustments (#124)
* reviewdog/action-misspell@master * Improve issue templates
This commit is contained in:
18
.github/ISSUE_TEMPLATE/bug.md
vendored
18
.github/ISSUE_TEMPLATE/bug.md
vendored
@@ -9,7 +9,7 @@ assignees: qdm12
|
|||||||
|
|
||||||
1. What VPN service provider are you using?
|
1. What VPN service provider are you using?
|
||||||
|
|
||||||
- [ ] PIA
|
- [x] PIA
|
||||||
- [ ] Mullvad
|
- [ ] Mullvad
|
||||||
- [ ] Windscribe
|
- [ ] Windscribe
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ assignees: qdm12
|
|||||||
3. What are you using to run the container?
|
3. What are you using to run the container?
|
||||||
|
|
||||||
- [ ] Docker run
|
- [ ] Docker run
|
||||||
- [ ] Docker Compose
|
- [x] Docker Compose
|
||||||
- [ ] Kubernetes
|
- [ ] Kubernetes
|
||||||
- [ ] Docker stack
|
- [ ] Docker stack
|
||||||
- [ ] Docker swarm
|
- [ ] Docker swarm
|
||||||
@@ -31,7 +31,19 @@ assignees: qdm12
|
|||||||
|
|
||||||
4. What's wrong? (please share some of your logs, and maybe configuration)
|
4. What's wrong? (please share some of your logs, and maybe configuration)
|
||||||
|
|
||||||
|
Logs
|
||||||
|
|
||||||
|
```log
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Configuration file:
|
||||||
|
|
||||||
|
```yml
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
5. Is this urgent?
|
5. Is this urgent?
|
||||||
|
|
||||||
- [ ] Yes
|
- [ ] Yes
|
||||||
- [ ] No
|
- [x] No
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/help.md
vendored
6
.github/ISSUE_TEMPLATE/help.md
vendored
@@ -9,7 +9,7 @@ assignees:
|
|||||||
|
|
||||||
1. What VPN service provider are you using?
|
1. What VPN service provider are you using?
|
||||||
|
|
||||||
- [ ] PIA
|
- [x] PIA
|
||||||
- [ ] Mullvad
|
- [ ] Mullvad
|
||||||
- [ ] Windscribe
|
- [ ] Windscribe
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ assignees:
|
|||||||
3. What are you using to run the container?
|
3. What are you using to run the container?
|
||||||
|
|
||||||
- [ ] Docker run
|
- [ ] Docker run
|
||||||
- [ ] Docker Compose
|
- [x] Docker Compose
|
||||||
- [ ] Kubernetes
|
- [ ] Kubernetes
|
||||||
- [ ] Docker stack
|
- [ ] Docker stack
|
||||||
- [ ] Docker swarm
|
- [ ] Docker swarm
|
||||||
@@ -34,4 +34,4 @@ assignees:
|
|||||||
5. Is this urgent?
|
5. Is this urgent?
|
||||||
|
|
||||||
- [ ] Yes
|
- [ ] Yes
|
||||||
- [ ] No
|
- [x] No
|
||||||
|
|||||||
2
.github/workflows/misspell.yml
vendored
2
.github/workflows/misspell.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: reviewdog/action-misspell@v1
|
- uses: reviewdog/action-misspell@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
locale: "US"
|
locale: "US"
|
||||||
|
|||||||
Reference in New Issue
Block a user