Skip to content

peeeto/kaesseli

 
 

Repository files navigation

Kässeli

Structure

Folder Content
mobile the kotlin multiplatform mobile project
backend the azure backend project

Create Task

Our work should be clearly defined in actionable tasks. Those task numbers should be easily referenced in our git commit messages e.g. TASK-1 Add initial DB schema

GIT

Follow the seven rules of a great Git commit message

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood in the subject line
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how https://cbea.ms/git-commit/

Branches

Create your branch name relatable to your task: e.g. task-1-db-schema-creation

Provide a pull-request to other members of the team for review.

  • Enhances ownership of code in the team
  • Sharing knowledge in the team
  • A moment to learn from each other
  • Catch error in code

About

Kässeli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 89.0%
  • Swift 7.7%
  • Shell 2.2%
  • Other 1.1%