- You must pull before a commit
- Must use "feat/fix/extend": "message" format.
- Every single function has to maintain Google Doc.
- Comment sections must have: definition, action, params, returns.
- Please apply appropriate DSA before extension.
- Extension rules: Structure -> Scale -> Feature.
Please specify your type of commit message like this:
git commit -m "feat(UI): added button component"
feat: The new feature you are adding to a particular application fix: A bug fix style: Feature and updates related to styling refactor: Refactoring a specific section of the codebase. (Improving a specific function or enhance security) test: Everything related to testing docs: Tasks related to documentation chore: Regular code maintenance