Skip to content

Commit

Permalink
Issues form added (haugene#37)
Browse files Browse the repository at this point in the history
* Issues form added
  • Loading branch information
pkishino authored Sep 2, 2021
1 parent ec92661 commit a09bb4f
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 177 deletions.
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/add-or-update-provider.md

This file was deleted.

43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/add-or-update-provider.yaml
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
117 changes: 0 additions & 117 deletions .github/ISSUE_TEMPLATE/bug_report.md.tmp

This file was deleted.

111 changes: 111 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: false
contact_links:
- name: Docker transmission problems/bugs
url: https://github.com/haugene/docker-transmission-openvpn/issues
about: This is the issue tracker for our providers. Please report issues with the backend on the main repo.
about: This is the issue tracker for our providers. Please report issues with the container on the main repo.
16 changes: 0 additions & 16 deletions .github/workflows/issue_invalid_action.yml

This file was deleted.

0 comments on commit a09bb4f

Please sign in to comment.