From 1d95413efa2bfd3c4201aa26218517bfdfd58259 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 8 Feb 2024 15:18:15 -0600 Subject: [PATCH] docs: replace reference of gitlab to forgejo --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2fe7c9c..48cb03b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ concerns, please contact us. ### Submitting An Issue -- All issues must be submitted using GitLab issues. +- All issues must be submitted using [Forgejo issues](https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/issues). - Search first before creating an issue. - Preview the issue to ensure it is rendering as intended. - Be as descriptive as possible. @@ -58,13 +58,13 @@ concerns, please contact us. - Utilize the provided form fields. - Attach necessary reference documents (error messages, screenshots, sample data, logs, etc.). -- **Do Not** submit or reply to an issue outside of GitLab. +- **Do Not** submit or reply to an issue outside Forgejo. - **Do Not** submit multiple issues within one submission. - **Do Not** duplicate an issue. ### Commenting On A Issue -- **Do Not** comment on a issue outside of GitLab. +- **Do Not** comment on an issue outside Forgejo. - Stay on topic per the issue description. ### Issue Closure @@ -155,7 +155,7 @@ The `` is the hash value of the commit being reverted. #### Footer -- Reference GitLab issue(s) that the commit closes. +- Reference Forgejo issue(s) that the commit closes. - State breaking changes. - Breaking changes start with **BREAKING CHANGE:** with a space or two newlines. Following is the description of change, motivation for change and migration notes.