Skip to content

gaiz/standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard

Standard for process, revision control, project structure and coding standard

Process

Release every 2 weeks -- Try to use the process follows SAFe and Spotify

Revision Control

Use Git and follow Gitflow branching model.

Hosted on

Project Structure

  • 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 to src ex. Android, C#, ... to src
  • 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.

Coding Standard

Use Style Guide for Python Code and adapt for the other programming languages.

About

Standard for process, repository, structure and coding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published