From 8d91697a20157f557f1d427340863dcfe8339f0d Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Thu, 26 Feb 2026 14:55:37 +0000 Subject: [PATCH] Fix links in issue templates --- .github/ISSUE_TEMPLATE/01_feature.yml | 2 +- .github/ISSUE_TEMPLATE/02_bug.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_feature.yml b/.github/ISSUE_TEMPLATE/01_feature.yml index ebcf3178a..61c5d5d05 100644 --- a/.github/ISSUE_TEMPLATE/01_feature.yml +++ b/.github/ISSUE_TEMPLATE/01_feature.yml @@ -22,7 +22,7 @@ body: - "I'm trying to simulate particle behavior with [specific physics], but Parcels doesn't support..." - "When working with [specific data format/kernel], I find it difficult to..." - If you would like to see Parcels work with a specific dataset, please also [follow our instructions on how to share dataset metadata](https://docs.parcels-code.org/en/latest/development/posting-issues.html). + If you would like to see Parcels work with a specific dataset, please also [follow our instructions on how to share dataset metadata](https://docs.parcels-code.org/en/main/development/posting-issues.html). validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/02_bug.yaml b/.github/ISSUE_TEMPLATE/02_bug.yaml index ecba39d23..53f0a4848 100644 --- a/.github/ISSUE_TEMPLATE/02_bug.yaml +++ b/.github/ISSUE_TEMPLATE/02_bug.yaml @@ -17,7 +17,7 @@ body: - type: "textarea" attributes: label: "Code sample" - description: "If relevant, please provide a code example where this bug is shown as well as any error message. A [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) is preffered as it makes it much easier for developers to identify the cause of the bug. This also allows them quickly determine whether the problem is with your code or with Parcels itself. If you want support on a specific dataset, please [follow our instructions on how to share dataset metadata](https://docs.parcels-code.org/en/latest/development/posting-issues.html)" + description: "If relevant, please provide a code example where this bug is shown as well as any error message. A [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) is preffered as it makes it much easier for developers to identify the cause of the bug. This also allows them quickly determine whether the problem is with your code or with Parcels itself. If you want support on a specific dataset, please [follow our instructions on how to share dataset metadata](https://docs.parcels-code.org/en/main/development/posting-issues.html)" value: | ```python # Paste your code within this block