1.
Development Standarts
a.
Codebase
b.
Dependencies
c.
Config
d.
Backing Services
e.
Build, release, run
g.
Processes
h.
Port binding
i.
Concurrency
j.
Disposability
k.
Dev Prod Parity
m.
Logs
n.
Admin processes
2.
Development & Review
a.
Git branch naming conventions
b.
Development
c.
Review
3.
Build and Test
4.
Devops
5.
Continuous Delivery
More
Arslan TOPÇU
Built with
from
Grav
and
Hugo
Home Page
>
Development & Review
> Git branch naming conventions
Git branch naming conventions
Format
sprint-no/type/issue-number
master
hotfix
release
develop
feature
bugfix
poc
git branch sprint-1/feature/task-1