You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,17 @@ Advice specific to each requirement goes below the requirement heading.
17
17
18
18
*[Criteria](criteria/){% assign sorted = site.pages| sort:"order" %}{% for page in sorted %}{% if page.dir == "/criteria/" %}{% if page.name != "index.md" %}{% if page.title %}
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 |
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