Commit aba4363319b0fb215fee3e22f5e5276f67f4a299

Authored by hitier
0 parents

First documentation files

Showing 3 changed files with 28 additions and 0 deletions   Show diff stats
CHANGELOG.md 0 โ†’ 100644
  1 +++ a/CHANGELOG.md
... ... @@ -0,0 +1,25 @@
  1 +# Changelog
  2 +All notable changes to this project will be documented in this file.
  3 +
  4 +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
  5 +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
  6 +
  7 +Version numbering will follow those principles:
  8 +- MAJOR: for big changes, like inner architecture
  9 +- MINOR: for new functionnalities, like adding hardware and corresponding servers and clients.
  10 +- PATCH: when fixing bugs or adding very small details for previous MINOR functionnality.
  11 +
  12 +`Unreleased` version holds ongoing changes.
  13 +
  14 +Changes are kept under subsections:
  15 +- `New` for new features.
  16 +- `Changed` for changes in existing functionality.
  17 +- `Deprecated` for soon-to-be removed features.
  18 +- `Removed` for now removed features.
  19 +- `Fixed` for any bug fixes.
  20 +- `Security` in case of vulnerabilities.
  21 +
  22 +Should be noted only functionnal changes,
  23 +or major refactoring improvments.
  24 +
  25 +## Unreleased
... ...
README.md 0 โ†’ 100644
  1 +++ a/README.md
... ... @@ -0,0 +1,2 @@
  1 +Plan de Charge
  2 +--------------
... ...
VERSION.txt 0 โ†’ 100644
  1 +++ a/VERSION.txt
... ... @@ -0,0 +1 @@
  1 +0.0.1
... ...