From 7f0e413e065e22cfdf4a67220c8d0dc107617bfb Mon Sep 17 00:00:00 2001 From: russHyde Date: Wed, 8 Oct 2025 10:00:46 +0100 Subject: [PATCH 1/2] fix link to /issues to use internal/relative links within GH repo --- CONTRIBUTING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a09fab..d6d31bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,6 @@ For a new project, search-and-replace - CURRENT_PROJECT - COFC_URL (The URL for the code-of-conduct for the current project) -- ISSUES_URL (The URL for the Issues board for the current project) --> First off, thanks for taking the time to contribute! ❤️ @@ -55,7 +54,7 @@ unacceptable behavior to . > documentation. Before you ask a question, it is best to search for existing -[Issues](ISSUES_URL) that might help you. In +[Issues](/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first. @@ -63,7 +62,7 @@ answers first. If you then still feel the need to ask a question and need clarification, we recommend the following: -- Open an [Issue](ISSUES_URL/new). +- Open an [Issue](/issues/new). - Provide as much context as you can about what you're running into. - Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant. @@ -111,7 +110,7 @@ steps in advance to help us fix any potential bug as fast as possible. - To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the - [bug tracker](ISSUES_URL?q=label%3Abug). + [bug tracker](/issues?q=label%3Abug). #### How Do I Submit a Good Bug Report? @@ -125,7 +124,7 @@ be sent encrypted as well. --> We use GitHub issues to track bugs and errors. If you run into an issue with the project: -- Open an [Issue](ISSUES_URL/new). (Since we +- Open an [Issue](/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) - Explain the behavior you would expect and the actual behavior. @@ -152,7 +151,7 @@ the community to understand your suggestion and find related suggestions. - Make sure that you are using the latest version. - Read the documentation carefully and find out if the functionality is already covered, maybe by an individual configuration. -- Perform a [search](ISSUES_URL) to see if the +- Perform a [search](/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. - Find out whether your idea fits with the scope and aims of the project. It's @@ -164,7 +163,7 @@ the community to understand your suggestion and find related suggestions. #### How Do I Submit a Good Enhancement Suggestion? Enhancement suggestions are tracked as -[GitHub issues](ISSUES_URL). +[GitHub issues](/issues). - Use a **clear and descriptive title** for the issue to identify the suggestion. From d7c13c825efa95962eab5f575d70eb5580292ab6 Mon Sep 17 00:00:00 2001 From: russHyde Date: Wed, 8 Oct 2025 10:07:24 +0100 Subject: [PATCH 2/2] fix link to code of conduct --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6d31bc..9ab2482 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,6 @@ First off, thanks for taking the time to contribute! ❤️ @@ -44,7 +43,7 @@ contributions. 🎉 ## Code of Conduct This project and everyone participating in it is governed by the -[CURRENT_PROJECT Code of Conduct](COFC_URL). +[CURRENT_PROJECT Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to .