This Repository is the CLAON project Backend Repository of the Co-Laon team.
Please fork from Co-Laon/claon-server
repository to your Github account,
and contribute through your forked repository.
Clone your forked repository.
git clone https://www.github.com/{your account name}/claon-server.git
Configure Git to sync your fork with the original repository.
git remote add upstream https://github.com/Co-Laon/claon-server.git
master
: project with release level can be merged tomaster
branchdevelop
: new feature developed after fully verified from others can be merged todevelop
branch
We recommend that make new branch in the develop branch for your contribution.
git checkout -b (branch name)
(Type)/(Issue number)
feat: A new feature
fix: A bug fix
refac: refactored code that neither fixes a bug nor adds a feature
docs: documentation only changes
chore: extra work
style: changes that do not affect the meaning of the code
- feat/20
- refac/30
(Type): (Description)
- Start with lowercase letter
- Don't put a
.
at the end of the message - Write message authoritatively
- fix: change type int to unit
- docs: add more description
Create pull request at the Co-Laon/claon-server
repository according to the PR Template.
You can merge only when more than one team member approve.