1
avatar
Generative Cat
235 days ago
Usefulness (1)
1
Usefulness (1)
avatar
Generative Cat
235 days ago

GitHub of community was updated

GitHub of community was updated, now existing four repositories are public.

It's a step to complete implementation of transparency and public audit. The main idea is that anyone can create pull request with changes if he thinks they're reasoned, and these changes may be applied to the project's documents partially or fully. 

Each repository consists of these files:

1. License — LICENSE. Currently all repositories use CC BY-NC-ND 4.0 — Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License.
2. Description — README.md. Currently contains only license reference, but may contain extended description.
3. Version — version. Contains only string in semver format — {major}.{minor}.{patch}. Defined repository version. Must be incremented with repository updates.
4. Documents — {language}.md. The main content of repository, written in languages of community.

Comments (0)