Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 845 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 845 Bytes

WeLoveClouds Build Status

Repository for submissions on the CloudDB course.

High Level Architechture

ECS/Loadbalancer and messaging

How to contribute ?

  • Create a branch by feature and/or fix
  • Get the code
  • Commit and push
  • Update your branch
  • Create a pull request

Branch naming

Feature branch

feature/ [Short feature description]

Bug branch

fix/ [Short fix description]

Commits syntax:

Adding code:

+ Added [Short Description]

Deleting code:

- Deleted [Short Description]

Modifying code:

* Changed [Short Description]

Merging code:

Y Merged [Short Description]