diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 9853f9e..c2a3c75 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,13 +1,13 @@
name: Bug Report
description: File a bug report
-title: "[It broke]: "
+title: "[Tranga broke]:
"
labels: ["bug"]
body:
- type: textarea
attributes:
label: What is broken?
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:
required: true
- type: textarea
@@ -18,4 +18,4 @@ body:
- type: textarea
attributes:
label: Additional stuff
- description: Screenshots, anything you think might help
+ description: Screenshots, anything you think might help
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/new_connector.yml b/.github/ISSUE_TEMPLATE/new_connector.yml
index 2df60f7..cc72a24 100644
--- a/.github/ISSUE_TEMPLATE/new_connector.yml
+++ b/.github/ISSUE_TEMPLATE/new_connector.yml
@@ -1,6 +1,6 @@
name: New Connector Request
description: Request a new site to be added
-title: "[New Connector]: "
+title: "[New Connector]: "
labels: ["New Connector"]
body:
- type: input
@@ -9,15 +9,12 @@ body:
placeholder: https://
validations:
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
attributes:
label: Anything else?
validations:
required: false
+ - type: markdown
+ attributes:
+ value: |
+ If you want implement this read [Contributing](https://github.com/C9Glax/tranga#contributing). Thank you!
\ No newline at end of file