Standard for process, revision control, project structure and coding standard
Release every 2 weeks -- Try to use the process follows SAFe and Spotify
Use Git and follow Gitflow branching model.
Hosted on
changelog
-- A log of all notable changes made to work project.docs
-- Folder to store all documents that related with how to use and public for user ex. User manual, API reference (Library project).release-notes
-- Release notes folder.release-[Version].md
-- Release file ex.release-1.4.md
src
-- Source code folder. Following the platform or programming language folder name tosrc
ex.Android
,C#
, ... tosrc
LICENSE
-- License file. See Licensing a repository and Licenses.README.md
-- README file contains information about work project.[Filename]-[Language Code].md
-- Files in the other languages, Language code is ISO 639-1.
Use Style Guide for Python Code and adapt for the other programming languages.