Skip to content

Commit

Permalink
Update README with new instructions for new table format
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflateAwning committed Mar 4, 2024
1 parent 953656d commit 13d30b6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ For information on the `NO_COLOR` standard, see
To add or update software on the `no-color.org` website, clone this Git
repository and update `index.md` with a line under the appropriate section,
keeping entries in alphabetical order.

The line must be formatted as:
```
For libraries:
| [Software Name](URL) | Short description | Language(s) | [YYYY-MM-DD / X.X.X](URL) |
| [Software Name](URL) | Short description | [YYYY-MM-DD / X.X.X](URL) |
For general software:
| [Software Name](URL) | Short description | [YYYY-MM-DD / X.X.X](URL) |
```

For the third field, the date and version number should be those of the first
release of the software available with `NO_COLOR` support, with a link to the
release notes for that version.
For the third/fourth field (the date and version number), the value should
refer to the first release of the software available with `NO_COLOR` support,
with a link to the release notes for that version.

If a version is not available, just include a date and link to the commit when
`NO_COLOR` support was added.
Expand Down

0 comments on commit 13d30b6

Please sign in to comment.