forked from haugene/vpn-configs-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Issues form added
- Loading branch information
Showing
6 changed files
with
155 additions
and
177 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: Add or update provider | ||
description: Request for a new provider or update configs for an existing provider. | ||
labels: [Add/update provider] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Do you have the latest provider files? | ||
description: Have you checked that the provider configs are the latest? | ||
options: | ||
- label: I have checked that the provider are the latest | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Have you tested the provider files? | ||
description: Please make sure to test the provider files first, using the CUSTOM provider option | ||
options: | ||
- label: I have tested the provider files | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Can you create a PR for this config? | ||
description: Please try to create a PR for the configs yourself first, see previous ones for help | ||
options: | ||
- label: I can create a PR for this | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Provider details | ||
description: | | ||
Please describe the provider details (name/url etc) as well as any special requirements | ||
Tip: You can attach images by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
name: Bug report | ||
description: Provider is not behaving as expected, please make sure this is provider and NOT docker/transmission related | ||
labels: [Bug] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there a pinned issue for this? | ||
description: Please read the pinned issues to see if they cover your issue first. | ||
options: | ||
- label: I have read the pinned issues | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing or similar issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Is there any comment in the documentation for this? | ||
description: Please read through the <a href="https://haugene.github.io/docker-transmission-openvpn/">documentation</a> first. | ||
options: | ||
- label: I have read the documentation, especially the FAQ and Troubleshooting parts | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Is this related to the container/transmission? | ||
description: Please check the <a href="https://github.com/haugene/docker-transmission-openvpn/issues/">container issues repo</a> for this. | ||
options: | ||
- label: I have checked the container repo for issues | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Are you using the latest release? | ||
description: Please use the latest release. | ||
options: | ||
- label: I am using the latest release | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Have you tried using the dev branch latest? | ||
description: Please try using dev branch if possible, if problem does no longer occur, please make a comment of any noticed changes. | ||
options: | ||
- label: I have tried using dev branch | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Config used | ||
description: | | ||
Please show what config you are using either with text or screenshots. | ||
Make sure to remove your username and password! | ||
Tip: You can attach images by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: How have you tried to solve the problem? | ||
description: Steps taken to try and fix it. | ||
placeholder: | | ||
1) tried other release/build (which ones?) | ||
2) verified container can resolve DNS (added --dns?) | ||
3) check .ovpn is valid (outdated?) | ||
4) check settings.json is valid (try with clean container?) | ||
5) Checked issues #XXX and #XXX and tried XXX | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Log output | ||
description: | | ||
Please show log output, either text or screenshot | ||
Tip: You can attach images by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS**: Ubuntu 20.04 | ||
- **Docker**: 13.14.0 | ||
value: | | ||
- OS: | ||
- Docker: | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.