Skip to content

Latest commit

Β 

History

History
31 lines (25 loc) Β· 916 Bytes

File metadata and controls

31 lines (25 loc) Β· 916 Bytes

BL101


Setup

pip install bl101==2.5

Usage

Choose a Course Notebook from

and open it in Juypter or Google Colab


Project Organization

Branching Strategy

No branching: only main branch:

  • developing in /🏝Sandbox
  • production code in /course_notebooks

Switching to GitHub flow later, maybe ...

Commit Messages

  • πŸ‘¨β€πŸ’» = feat (a new feature)
  • 🦟 = fix (a bug fix)
  • πŸ“œ = docs (changes a documentation)
  • πŸ‘·β€β™€οΈ = refactor (refactoring production code)
  • 🎬 = test (adding tests, refactoring test, no production code change)
  • πŸ’„ = style (formatting, missing semi colons, etc; no code changes)
  • πŸ”§ = chore (updating build tasks, package manager configs; no production code change)
  • πŸ—ƒ = orga (organizational task, e.g. change folder structure)