Skip to content

Commit 07d0359

Browse files
committed
Add section for assessment links
Fixes #117
1 parent a7c2323 commit 07d0359

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,17 @@ Advice specific to each requirement goes below the requirement heading.
1717

1818
* [Criteria](criteria/){% assign sorted = site.pages| sort:"order" %}{% for page in sorted %}{% if page.dir == "/criteria/" %}{% if page.name != "index.md" %}{% if page.title %}
1919
* [{{page.title}}](.{{page.url}}){% endif%}{% endif%}{% endif%}{% endfor %}
20+
21+
## Public assessments
22+
23+
Below is a list of codebases that have made a Standard for Public Code assessment.
24+
They can serve as an inspiration if you want to see how others are meeting the requirements of the standard.
25+
26+
| Codebase Repository | Assessment link | Version |
27+
|---|---|---|
28+
| [Standard for Public Code](https://github.com/standard-for-public-code/standard-for-public-code) | [Link](https://www.standardforpubliccode.org/docs/standard-for-public-code.html) | 0.8.1 |
29+
| [Governance Game](https://github.com/governance-game/governance-game) | [Link](https://github.com/governance-game/governance-game/blob/develop/standard-for-public-code-assessment.html) | 0.7.0 |
30+
| [Govdirectory](https://github.com/govdirectory/website) | [Link](https://www.govdirectory.org/standard-for-public-code/) | 0.8.0 |
31+
32+
If you want the assessment of a codebase you maintain or contribute to to be added to this list, we invite you to [make a pull request](https://github.com/standard-for-public-code/community-implementation-guide-standard/compare).
33+
Out of courtesy, we ask you to only add links to assessments where you have the consent of that codebase's community.

0 commit comments

Comments
 (0)