From 1fdba3a75c632ed0de3cccc19023bedd539b14df Mon Sep 17 00:00:00 2001 From: K4 Date: Sun, 23 Aug 2026 16:04:42 +0200 Subject: [PATCH] Update to the new (proposed) Style Guide (#1294) ### Description of Changes Follow-up to https://codeberg.org/ethical-foss/open-slopware/pulls/1293: update all files which aren't the README to the new Style Guide. Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1294 Reviewed-by: Ethical FOSS admin --- HOW_TO_SLOP_FREE_FORK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOW_TO_SLOP_FREE_FORK.md b/HOW_TO_SLOP_FREE_FORK.md index ba9357e..1c4acff 100644 --- a/HOW_TO_SLOP_FREE_FORK.md +++ b/HOW_TO_SLOP_FREE_FORK.md @@ -17,8 +17,8 @@ Let's take tldr-pages as an example, as that was something the community recentl 2. Since we're using tldr as an example, we'll assume the project you want to fork is already in this repo. Go to the table where the software you want to fork is (for instance the [Cheat Sheets and Documentation section](https://codeberg.org/ethical-foss/open-slopware#cheat-sheets-and-documentation)), which looked like this: -| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | -| --- |:---:| --- | --- | +| Name | Last Untainted
Version/Commit ID | Evidence | Alternative(s) | +|---|:---:|---|---| | [tldr-pages](https://github.com/tldr-pages/tldr) | [`v2.3`](https://github.com/tldr-pages/tldr/releases/tag/v2.3) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/tldr-pages/tldr/blob/main/AGENTS.md), [2](https://github.com/tldr-pages/tldr/commit/b042736266e10cb026b678ba1d0fed362d5f579d)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | 3. Go to the source repo and find the clone URL. In this case, you would go to [tldr-pages](https://github.com/tldr-pages/tldr). Since it's on GitHub, you should see a green button that says "<> Code". Click the green button, then click "HTTPS" and you should be able to copy that URL.