Harshpatel44 / Group-Formation-Tool-Spring_Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced SDC project

Guidenlines

General guidelines

1. Each person will work on their branch, only a person who is assigned, will merge on Dev branch.


Methods and classes

1. Classes will be named in "CamelCase"

2. Methods will be named in "CamelCase except first letter lowercase"

3. Method's name should be long enough and self explainatory.

4. Leave 2 lines after every class, 1 after every method.


Commit

1. Each commit should have long enough understandable message.

2. Commit should be as : "Filename"-ClassName"-"methodName"-"status"

3. When the method is completed and functional, commit with message: "Filename"-"ClassName"-"methodName"-"complete 1.0"

4. If any change occurs after the method is complete, upgrade the "version1.*" in commit message. "Filename"-"ClassName"-"methodName"-"complete 1.1"-"the changes made"


Working on branches

1. Create a new branch as 'feature_name'.

2. fetch it and work on it.

3. After completion of the feature, assigned person will merge the code to 'develop' branch.

4. Delete the branch after merging.


About


Languages

Language:Java 69.9%Language:HTML 23.9%Language:TSQL 4.4%Language:CSS 1.8%