mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 03:48:19 +02:00
20 lines
527 B
YAML
20 lines
527 B
YAML
name: New Connector Request
|
|
description: Request a new site to be added
|
|
title: "[New Connector]: <title>"
|
|
labels: ["New Connector"]
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Website-Link
|
|
placeholder: https://
|
|
validations:
|
|
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! |