## Description of Changes Adds updates to the Contributing and Style Guide docs to note: - You must provide either an alternative or a last untainted commit/version - You can only have a maximum of 5 currently open Pull Requests (after your PRs or merged or closed, you're free to open more) - There should be a break between in the title for the "last untainted version/commit" column - There can be *both* a last untainted version AND last untainted commit, but if you can only provide one, prefer the version - Update "evidence and tags" column to just be "evidence" We also update the PR template to add a check box to ensure that either an alternative or a last untainted commit/version is provied. ### Related Issues - closes #1050 - closes #1090 Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1097
8.9 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.) You must provide something either for this column, or for the alternatives column.
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.
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.