Update issue templates
This commit is contained in:
46
.github/ISSUE_TEMPLATE/bug.md
vendored
46
.github/ISSUE_TEMPLATE/bug.md
vendored
@@ -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
|
**What VPN provider are you using**:
|
||||||
- [x] No
|
|
||||||
|
|
||||||
2. What VPN service provider are you using?
|
**What are you using to run your container?**: Docker Compose
|
||||||
|
|
||||||
- [x] PIA
|
**What is the version of the program** (See the line at the top of your logs)
|
||||||
- [ ] Mullvad
|
|
||||||
- [ ] Windscribe
|
|
||||||
- [ ] Surfshark
|
|
||||||
- [ ] Cyberghost
|
|
||||||
|
|
||||||
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
|
...*careful to remove i.e. token information with PIA port forwarding*
|
||||||
- [x] Docker Compose
|
|
||||||
- [ ] Kubernetes
|
|
||||||
- [ ] Docker stack
|
|
||||||
- [ ] Docker swarm
|
|
||||||
- [ ] Podman
|
|
||||||
- [ ] Other:
|
|
||||||
|
|
||||||
5. Extra information
|
|
||||||
|
|
||||||
Logs:
|
|
||||||
|
|
||||||
```log
|
```log
|
||||||
|
|
||||||
```
|
PASTE YOUR LOGS
|
||||||
|
IN THERE
|
||||||
Configuration file:
|
|
||||||
|
|
||||||
```yml
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Host OS:
|
|
||||||
|
|||||||
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,14 +1,17 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest a feature to add to this project
|
about: Suggest a feature to add to this project
|
||||||
title: 'Feature request: ...'
|
title: 'Feature request: FILL THIS TEXT!'
|
||||||
labels: ":bulb: feature request"
|
labels: ":bulb: feature request"
|
||||||
assignees: qdm12
|
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
|
||||||
|
|||||||
56
.github/ISSUE_TEMPLATE/help.md
vendored
56
.github/ISSUE_TEMPLATE/help.md
vendored
@@ -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
|
**What VPN provider are you using**:
|
||||||
- [x] No
|
|
||||||
|
|
||||||
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
|
Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)
|
||||||
- [ ] Windscribe
|
```
|
||||||
- [ ] Surfshark
|
|
||||||
- [ ] Cyberghost
|
|
||||||
|
|
||||||
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?
|
...*careful to remove i.e. token information with PIA port forwarding*
|
||||||
|
|
||||||
- [ ] Docker run
|
|
||||||
- [x] Docker Compose
|
|
||||||
- [ ] Kubernetes
|
|
||||||
- [ ] Docker stack
|
|
||||||
- [ ] Docker swarm
|
|
||||||
- [ ] Podman
|
|
||||||
- [ ] Other:
|
|
||||||
|
|
||||||
5. Extra information
|
|
||||||
|
|
||||||
Logs:
|
|
||||||
|
|
||||||
```log
|
```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
|
```yml
|
||||||
|
your .yml
|
||||||
|
content
|
||||||
|
in here
|
||||||
```
|
```
|
||||||
|
|
||||||
Host OS:
|
or
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# your docker
|
||||||
|
# run command
|
||||||
|
# in here
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user