-
Notifications
You must be signed in to change notification settings - Fork 0
Ground Rule
Poogle edited this page Oct 12, 2020
·
1 revision
- Share our schedules as detail as possible
- Off-line: 14:00 @Code-squad
- On-line: @Zoom (any personal issues -> notice before an hour)
- Upload to Team Repository as an issue
- default branch : dev
- {feat}/{feature}
Reference: http://karma-runner.github.io/1.0/dev/git-commit-msg.html
- Message subject(first line)
Type | Contents |
---|---|
feat | new feature for the user, not a new feature for build script |
fix | bug fix for the user, not a fix to a build script |
docs | changes to the documentation |
refactor | refactoring production code, eg. renaming a variable |
style | formatting, missing semi colons, etc; no production code change |
test | adding missing tests, refactoring tests; no production code change) |
chore | updating grunt tasks etc; no production code change |
-
Message Body
- uses the imperative, present tense: “change” not “changed” nor “changes”
- includes motivation for the change and contrasts with previous behavior
-
Message footer
- Reference issues
-
Example
refactor: Refactor subsystem X for readability {body...} Issue #1 // not closed Resolves #1 // closed
-
Upload posts by topics (more than twice in a week)
-
Contents
- Project plan
- Trouble shooting
- Collaboration