From a6f0e5bc557d0cf1d1719d44e8b4e53c120b955b Mon Sep 17 00:00:00 2001 From: NNIDNHU <110082998+NNIDNHU@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:59:57 +0930 Subject: [PATCH] Update new_contributor.yml --- .github/ISSUE_TEMPLATE/new_contributor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_contributor.yml b/.github/ISSUE_TEMPLATE/new_contributor.yml index 99dcb615..ac175cdf 100644 --- a/.github/ISSUE_TEMPLATE/new_contributor.yml +++ b/.github/ISSUE_TEMPLATE/new_contributor.yml @@ -46,11 +46,11 @@ body: attributes: label: Have you read our guides? options: - - label: [Getting Started Guide](https://github.com/BetterSEQTA/BetterSEQTA-plus/blob/main/docs/GETTING_STARTED_CONTRIBUTING.md) + - label: "Getting Started Guide (see docs/GETTING_STARTED_CONTRIBUTING.md)" required: true - - label: [Architecture Guide](https://github.com/BetterSEQTA/BetterSEQTA-plus/blob/main/docs/ARCHITECTURE.md) + - label: "Architecture Guide (see docs/ARCHITECTURE.md)" required: true - - label: [Plugin Development Guide](https://github.com/BetterSEQTA/BetterSEQTA-plus/blob/main/docs/plugins/README.md) + - label: "Plugin Development Guide (see docs/plugins/README.md)" required: true - type: checkboxes