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?
|
||||
|
||||
- [ ] PIA
|
||||
- [x] PIA
|
||||
- [ ] Mullvad
|
||||
- [ ] Windscribe
|
||||
|
||||
@@ -22,7 +22,7 @@ assignees: qdm12
|
||||
3. What are you using to run the container?
|
||||
|
||||
- [ ] Docker run
|
||||
- [ ] Docker Compose
|
||||
- [x] Docker Compose
|
||||
- [ ] Kubernetes
|
||||
- [ ] Docker stack
|
||||
- [ ] Docker swarm
|
||||
@@ -31,7 +31,19 @@ assignees: qdm12
|
||||
|
||||
4. What's wrong? (please share some of your logs, and maybe configuration)
|
||||
|
||||
Logs
|
||||
|
||||
```log
|
||||
|
||||
```
|
||||
|
||||
Configuration file:
|
||||
|
||||
```yml
|
||||
|
||||
```
|
||||
|
||||
5. Is this urgent?
|
||||
|
||||
- [ ] 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?
|
||||
|
||||
- [ ] PIA
|
||||
- [x] PIA
|
||||
- [ ] Mullvad
|
||||
- [ ] Windscribe
|
||||
|
||||
@@ -22,7 +22,7 @@ assignees:
|
||||
3. What are you using to run the container?
|
||||
|
||||
- [ ] Docker run
|
||||
- [ ] Docker Compose
|
||||
- [x] Docker Compose
|
||||
- [ ] Kubernetes
|
||||
- [ ] Docker stack
|
||||
- [ ] Docker swarm
|
||||
@@ -34,4 +34,4 @@ assignees:
|
||||
5. Is this urgent?
|
||||
|
||||
- [ ] 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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: reviewdog/action-misspell@v1
|
||||
- uses: reviewdog/action-misspell@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
locale: "US"
|
||||
|
||||
Reference in New Issue
Block a user