mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Update issue templates
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,13 +1,13 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
title: "[It broke]: "
|
title: "[Tranga broke]: <title>"
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: What is broken?
|
label: What is broken?
|
||||||
description: What happened? How did we get here?
|
description: What happened? How did we get here?
|
||||||
placeholder: The place where you tell me what you expected to happen, and what happened instead.
|
placeholder: Tell me what you expected to happen, and what happened instead.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
13
.github/ISSUE_TEMPLATE/new_connector.yml
vendored
13
.github/ISSUE_TEMPLATE/new_connector.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: New Connector Request
|
name: New Connector Request
|
||||||
description: Request a new site to be added
|
description: Request a new site to be added
|
||||||
title: "[New Connector]: "
|
title: "[New Connector]: <title>"
|
||||||
labels: ["New Connector"]
|
labels: ["New Connector"]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
@@ -9,15 +9,12 @@ body:
|
|||||||
placeholder: https://
|
placeholder: https://
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is the Website free to access?
|
|
||||||
description: We can't support pay-to-use sites, or captcha-proxied sites as Cloudflare.
|
|
||||||
options:
|
|
||||||
- label: The Website is freely accessible.
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
If you want implement this read [Contributing](https://github.com/C9Glax/tranga#contributing). Thank you!
|
Reference in New Issue
Block a user