horoyoii / goal-rest-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goal-rest-service

Coding Convention

Follow https://google.github.io/styleguide/javaguide.html

Git branch naming convention

(ym)|(js)|(jw)/token/short_lowercase_name token

  • wip: Works in progress; stuff I know won't be finished soon
  • feat: Feature I'm adding or expanding
  • bug: Bug fix or experiment
  • junk: Throwaway branch created to experiment

Git commit convention

Use present tense commit

ex) Add object foo

Commit often, include single change

Keep master branch clean

About


Languages

Language:Java 100.0%