summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorFilesLines
2026-06-21Apply the GPLv3 licensedocsAlexey Gavrilov1-3/+0
Copyright disclaimer and copyright note are prepending to a every source file. Add license section in the `README.md` file. Create the `LICENSE` file with license information. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
2026-06-09Root project documentation updateAlexey Gavrilov1-0/+167
`README.md` is rework. Describe project concept description and mention links. The old readme file build section move to the separate file `BUILD.md`. It helps to fast read the corresponding file instead of viewing a `README.md` table of content. 'CONTRIBUTING.md' file contents information to makes gain experience and contribute in project easier. 'CHANGELOG.md' provide a detailed, chronological history of change releases. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>