From 8ff7587f66954c348cc3ba15b4c378d49baed2c7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 12 Dec 2024 17:27:11 +0100 Subject: [PATCH] Remove links --- .github/ISSUE_TEMPLATE/bugs.md | 2 +- .github/ISSUE_TEMPLATE/suggestions.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md index ca1c6f5e..c95ff9bc 100644 --- a/.github/ISSUE_TEMPLATE/bugs.md +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -16,7 +16,7 @@ Installation, configuration, usage guidance and issues in 3rd party packages are If the bug is not trivial to reproduce on any platform, please include ALL the steps required to reliably duplicate it, on a vanilla, generic install of macOS, Windows, OpenBSD or Ubuntu Linux system, in their most current version. -Try to reproduce it using the current `libsodium-stable` package, downloaded from [the official download site](https://download.libsodium.org/libsodium/releases/), and installed [as documented](https://doc.libsodium.org/installation). +Try to reproduce it using the current `libsodium-stable` package, installed as documented in https://doc.libsodium.org/installation . If you don't have any clear understanding of the issue or can't enumerate the steps to reproduce it, open a discussion instead: https://github.com/jedisct1/libsodium/discussions diff --git a/.github/ISSUE_TEMPLATE/suggestions.md b/.github/ISSUE_TEMPLATE/suggestions.md index 49e4f1eb..48437635 100644 --- a/.github/ISSUE_TEMPLATE/suggestions.md +++ b/.github/ISSUE_TEMPLATE/suggestions.md @@ -8,9 +8,9 @@ assignees: "" Please do not post features requests directly. -The starting point should be a discussion, after having checked the [roadmap](https://doc.libsodium.org/roadmap). +The starting point should be a discussion, after having checked the roadmap: https://doc.libsodium.org/roadmap -Suggestions should be raised as an "Ideas" [discussion](https://github.com/jedisct1/libsodium/discussions/). +Suggestions should be raised as an "Ideas" discussion: https://github.com/jedisct1/libsodium/discussions We can then determine if the discussion needs to be escalated into a "planned change" or not.