RaenonX/COVID19-Analyzer

Points on committing

Opened this issue · 0 comments

  • DO NOT commit too many things at once.
  • Commit when a small piece of a task has been done.
  • Open a new branch when working on a new thing, then merge it back once it's done.
    • Use git rebase to apply newly implemented thing when the task has not completed yet.
  • Mention the issue index as the second example if it's related

Commit Message Format

CODE - COMMIT_MESSAGE

Commit Message Example

Add - Updated README.md
Add - #8 FilterCondition

Code

Code Full Form
ADD Add
IMP Improvements
FIX Fixes

Commit Message

Brief and descriptive, recommended < 120 characters.