Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/f1e923fd175e339cd3964c07ce6f07200b922086/.github/ISSUE_TEMPLATE/request-a-guide.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/.github/ISSUE_TEMPLATE/request-a-guide.yml

20 lines
811 B

name: Request a Guide
description: Request a Guide here (This is only for new Guide requests, not for changes to existing guides, custom formats etc, if you are unsure please check out the Discord server first.)
title: "[Request]"
labels: ["Type: Guide Request", "Status: Triage Needed"]
body:
- type: input
id: application
attributes:
label: For which application would like to see this Guide?
description: Radarr / Sonarr / Bazarr / etc
placeholder: Enter the application name here
- type: textarea
id: guide_description
attributes:
label: Describe what you would like to see in the Guide
description: A clear and concise description of what you want to see in the Guide
placeholder: Enter a brief description here
validations:
required: true