- lets people know where there's an exception to our rules, as noted in https://codeberg.org/ethical-foss/open-slopware/issues/1090#issuecomment-19000415 in the Contributing/Style Guide docs - adds a Table of Contents to the Contributing guide - cleans up some typos, formatting, and wording in the Contributing guide - fixes a stray colon that was breaking the PR template Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1108
9.4 KiB
Style Guide
This is a guide for how to structure the markdown tables and headings of the main README.md of this repo. Please be sure to organize the categories alphabetically to save people time in finding things within the list.
Tainted Software
Be sure to put things in the correct category and always update the above TOC (table of contents), so people can easily find your entries. The alternatives heading for each category is only necessary if all items in the category share the same alternatives. More on that below.
Category
Make sure to format your table like below (note that it is alphabetized by software name):
| Name | Last Untainted Version/Commit ID |
Evidence | Alternative(s) |
|---|---|---|---|
| formallyCoolSoftware | v1.0.0ab12345 |
coolSlopFreeProject | |
| formallyOKSoftware | v2.0.0 |
alrightSlopFreeProject amazingSlopFreeProject |
Name column: should be the name of software linked to their git repo (or other software forge if they don't use git).
Last Untainted Version/Commit: should be the last commit before AI started being used in the repo. You can provide both the version and a commit hash, but if you can only provide one, please prefer using the version. (Reminder: This is meant for forking only, as running old software comes with security risks.) If the project is , you can just use the word "None" for the Last Untainted Version/Commit. You must provide something (even "None" if Vibecoded) either for this column, or for the alternatives column - unless there is already an "Alternatives" note.
Evidence column: should contain one or more of the following tags (followed by up to 3 numbered evidence links in parentheses):
Note
The above order is the official order you should add your tags in.
Alternatives Column: should be a link to the source of a different project that is similar to the one that is tainted, but does not yet have any AI in it. This column can be omitted if there are many alternatives for one entry. See: When to use an Alternatives Note Versus Table Column.
Warning
You must provide either a last untainted commit/version or an alternative. You can provide both, but if you don't provide one or the other, you will be politely asked to do so. There is an exception if the tainted project is
with no clear alternatives OR there is already an "Alternatives" note.
Don't know what the alternative or last known untainted version/commit is? Use this badge in its place:
Does an alternative you're recommending have an explicit and clear "No AI" policy? Use this special badge to make sure they stand out!
Here are all the badges for easy copying and pasting:
[](#ai-functionality)
[](#vibecoded)
[](#permissive-ai-policy)
[](#ai-code-reviews)
[](#sponsored-by-ai)
[](#gen-ai-art)
[](#ai-databroker-usage)
[](#ai-in-issue-tracker)
[](#condones-llm-ingestion)
[](#request-for-help)
[](#anti-ai-policy)
Important
If a project has multiple tags, please be sure to add a break (
<br />) in between each one, so that the column extends vertically rather than horizontally. This keeps the table visually consistent and easier to read at a glance.
Please do not submit GitHub screenshots of "A user you have blocked has previously contributed to this repository". Please instead link directly to the commit hash(es) where this has taken place.
Screenshots are allowed but must be a last resort for something that cannot be linked. We'd prefer archive links in all other instances.
When to use an Alternatives Note Versus Table Column
The above "Alternative(s)" column is for software that has a 1:1 parity or is a very similar alternative specific to the piece of software at hand. If the category or section is filled with the same alternative list (for instance, how it is in the terminal emulators section), you can remove the "Alternatives" column. Instead, you can add a note below the table with all the alternatives, like this:
Note
Category Alternatives
If there are a lot of alternatives for a section, include the alternatives in a note like this. These should also be alphabetized.
- alternativeSoftware:
(1) This can be a short description.
- coolSlopFreeProject: This can be a short description.