v-community / v_by_example

Learn V by Example
https://v-community.gitbook.io/v-by-example/
MIT License
169 stars 30 forks source link

Add versioning structure to help translations keep the project up-to-date #158

Closed vbrazo closed 4 years ago

vbrazo commented 4 years ago

This PR suggests a versioning structure for V by example.

Issue

Closes https://github.com/v-community/v_by_example/issues/163

A Note on Example Versions

All examples should include the following header:

---
version: 3.5.1
example_title: JSON
---

Change the version attribute according to the following rules:

We follow SemVer.org pattern. This is important because we use that to determine and inform translators of new content that requires translation.

Delta456 commented 4 years ago

Looks good