diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 0cb95183..1cecdd04 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,49 +7,31 @@ assignees: qdm12 --- -**TLDR**: *Describe your issue in a one liner here* +**Host OS** (approximate answer is fine too): Ubuntu 18 -1. Is this urgent? +**Is this urgent?**: No - - [ ] Yes - - [x] No +**What VPN provider are you using**: -2. What VPN service provider are you using? +**What are you using to run your container?**: Docker Compose - - [x] PIA - - [ ] Mullvad - - [ ] Windscribe - - [ ] Surfshark - - [ ] Cyberghost +**What is the version of the program** (See the line at the top of your logs) -3. What's the version of the program? +``` +Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c) +``` - **See the line at the top of your logs** +**What's the problem** 🤔 - `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)` +That feature doesn't work -4. What are you using to run the container? +**Share your logs...** - - [ ] Docker run - - [x] Docker Compose - - [ ] Kubernetes - - [ ] Docker stack - - [ ] Docker swarm - - [ ] Podman - - [ ] Other: - -5. Extra information - -Logs: +...*careful to remove i.e. token information with PIA port forwarding* ```log -``` - -Configuration file: - -```yml +PASTE YOUR LOGS +IN THERE ``` - -Host OS: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2c1686bd..5fda0d3a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,17 @@ --- name: Feature request about: Suggest a feature to add to this project -title: 'Feature request: ...' +title: 'Feature request: FILL THIS TEXT!' labels: ":bulb: feature request" assignees: qdm12 --- -1. What's the feature? +**What's the feature?** 🧐 -2. Why do you need this feature? +- Support this new feature because that and that -3. Extra information? +**Optional extra information** 🚀 + +- I tried `docker run something` and it doesn't work +- That [url](https://github.com/qdm12/gluetun) is interesting diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index df5d42e3..faaec5a9 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -7,49 +7,47 @@ assignees: --- -**TLDR**: *Describe your issue in a one liner here* +**Host OS** (approximate answer is fine too): Ubuntu 18 -1. Is this urgent? +**Is this urgent?**: No - - [ ] Yes - - [x] No +**What VPN provider are you using**: -2. What VPN service provider are you using? +**What is the version of the program** (See the line at the top of your logs) - - [x] PIA - - [ ] Mullvad - - [ ] Windscribe - - [ ] Surfshark - - [ ] Cyberghost +``` +Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c) +``` -3. What's the version of the program? +**What's the problem** 🤔 - **See the line at the top of your logs** +That feature doesn't work - `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)` +**Share your logs...** -4. What are you using to run the container? - - - [ ] Docker run - - [x] Docker Compose - - [ ] Kubernetes - - [ ] Docker stack - - [ ] Docker swarm - - [ ] Podman - - [ ] Other: - -5. Extra information - -Logs: +...*careful to remove i.e. token information with PIA port forwarding* ```log +PASTE YOUR LOGS +IN THERE + ``` -Configuration file: +**What are you using to run your container?**: Docker Compose + +Please also share your configuration file: ```yml - +your .yml +content +in here ``` -Host OS: +or + +```sh +# your docker +# run command +# in here +```