diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md deleted file mode 100644 index 813e06db..00000000 --- a/.github/ISSUE_TEMPLATE/help.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -name: Help -about: Ask for help -title: 'Help: FILL THIS TEXT!' -labels: ":pray: help wanted" - ---- - - - - - -**Is this urgent?**: No - -**Host OS** (approximate answer is fine too): Ubuntu 18 - -**CPU arch** or **device name**: amd64 - -**What VPN provider are you using**: - -**What is the version of the program** (See the line at the top of your logs) - -``` -Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c) -``` - -**What's the problem** 🤔 - -That feature doesn't work - -**Share your logs... (careful to remove in example tokens)** - -```log - -PASTE YOUR LOGS -IN THERE - -``` - -**What are you using to run your container?**: Docker Compose - - - -Please also share your configuration file: - -```yml -your .yml -content -in here -``` - -or - -```sh -# your docker -# run command -# in here -```