diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 1c7ddc68..0819d862 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index 84de869f..0cdbeaf0 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -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 diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 140cf622..1311db32 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -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"