--- --- {{ site.title }}

Request for contributions

Standard for Public Code

hands shaking

Draft
Version {{ site.version }}

Licensed CC0 Digital Public Goods approval badge

github.com/publiccodenet/standard

{% for page in site.pages %}{% if page.name == "AUTHORS.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}

Table of Contents

  1. Authors
  2. Readers guide
  3. Glossary
  4. Criteria {% assign sorted = site.pages | sort:"order" %}
      {% for page in sorted %}{% if page.dir == "/criteria/" %}{% if page.name != "index.md" %}{% if page.title %}
    1. {{page.title}}
    2. {% endif%} {% endif%} {% endif%}{% endfor %}
  5. Contributing guide
  6. Code of conduct
  7. Governance
  8. Version history
  9. License
codebase
{% for page in site.pages %}{% if page.name == "readers-guide.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}
{% for page in site.pages %}{% if page.name == "glossary.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}

Criteria

{% assign sorted = site.pages | sort:"order" %}
    {% for page in sorted %}{% if page.dir == "/criteria/" %}{% if page.name != "index.md" %}{% if page.title %}
  1. {{page.title}}
  2. {% endif%} {% endif%} {% endif%}{% endfor %}
unlock
{% assign sorted = site.pages | sort:"order" %} {% for page in sorted %}{% if page.dir == "/criteria/" %}{% if page.name != "index.md" %}{% if page.title %}
{{page.content | markdownify}}
{% endif%} {% endif%} {% endif%}{% endfor %}
{% for page in site.pages %}{% if page.name == "CONTRIBUTING.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}
collaborative-development
{% for page in site.pages %}{% if page.name == "CODE_OF_CONDUCT.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}
collaboration
{% for page in site.pages %}{% if page.name == "GOVERNANCE.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}
ecosystem
{% for page in site.pages %}{% if page.name == "CHANGELOG.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}

This license is the legal contract that allows anyone to do anything they like with the content in this entire document.

CC0 1.0 Universal

{% include_relative LICENSE %}