Your partner for digital transformation
Founded in 1999, isolutions accompanies companies into the digital future as the largest, dedicated Microsoft one-stop shop in Switzerland.
#weshapethefuture
- Repositories are private by default
- Public repositories must have a
LICENSE
file (see No License | Choose a License)
- Repository naming conventions
- No whitespaces
- No underlines
- Repository conventions
- Private by default - only public, if there is a real need
- Initialize with
README
and.gitignore
at least - Protect
main
branch, so that it's not deletable
- GIT conventions
- General: TBD
- Branch naming conventions
main
(required)dev
/develop
- Features:
feature/ISSUE_NBR-DESCRIPTION
- Hotfixes:
hotfix/ISSUE_NBR-HOTFIX
- Releases:
release/[v]VERSIONNUMBER
(use semantic versioning
- Issues
- Use issues for task tracking
- Project
- Use projects, if your project consists of multiple repositories