├── C# conventions.md ├── DBS conventions.md ├── LICENSE ├── README.md ├── WPF-conventions.md ├── common.md ├── git-commit-conventions.md ├── html-conventies.md ├── images ├── git-01.png ├── git-02.png └── git-03.png ├── javascript-conventions.md └── unittest-conventions.md /C# conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/C# conventions.md -------------------------------------------------------------------------------- /DBS conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/DBS conventions.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/README.md -------------------------------------------------------------------------------- /WPF-conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/WPF-conventions.md -------------------------------------------------------------------------------- /common.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/common.md -------------------------------------------------------------------------------- /git-commit-conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/git-commit-conventions.md -------------------------------------------------------------------------------- /html-conventies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/html-conventies.md -------------------------------------------------------------------------------- /images/git-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/images/git-01.png -------------------------------------------------------------------------------- /images/git-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/images/git-02.png -------------------------------------------------------------------------------- /images/git-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/images/git-03.png -------------------------------------------------------------------------------- /javascript-conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/javascript-conventions.md -------------------------------------------------------------------------------- /unittest-conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howest-gp/conventions/HEAD/unittest-conventions.md --------------------------------------------------------------------------------