|
1 |
| -# Rules to maintain |
2 |
| - |
3 |
| -1. You must pull before a commit |
4 |
| -2. Must use "feat/fix/extend": "message" format. |
5 |
| -3. Every single function has to maintain Google Doc. |
6 |
| -4. Comment sections must have: definition, action, params, returns. |
7 |
| -5. Please apply appropriate DSA before extension. |
8 |
| -6. Extension rules: Structure -> Scale -> Feature. |
9 |
| - |
10 |
| -Please specify your type of commit message like this: |
11 |
| - |
12 |
| -git commit -m "feat(UI): added button component" |
13 |
| - |
14 |
| -feat: The new feature you are adding to a particular application |
15 |
| -fix: A bug fix |
16 |
| -style: Feature and updates related to styling |
17 |
| -refactor: Refactoring a specific section of the codebase. (Improving a specific function or enhance security) |
18 |
| -test: Everything related to testing |
19 |
| -docs: Tasks related to documentation |
20 |
| -chore: Regular code maintenance |
| 1 | +# Rules to maintain |
| 2 | + |
| 3 | +1. You must pull before a commit |
| 4 | +2. Must use "feat/fix/extend": "message" format. |
| 5 | +3. Every single function has to maintain Google Doc. |
| 6 | +4. Comment sections must have: definition, action, params, returns. |
| 7 | +5. Please apply appropriate DSA before extension. |
| 8 | +6. Extension rules: Structure -> Scale -> Feature. |
| 9 | + |
| 10 | +Please specify your type of commit message like this: |
| 11 | + |
| 12 | +git commit -m "feat(UI): added button component" |
| 13 | + |
| 14 | +feat: The new feature you are adding to a particular application |
| 15 | +fix: A bug fix |
| 16 | +style: Feature and updates related to styling |
| 17 | +refactor: Refactoring a specific section of the codebase. (Improving a specific function or enhance security) |
| 18 | +test: Everything related to testing |
| 19 | +docs: Tasks related to documentation |
| 20 | +chore: Regular code maintenance |
0 commit comments