Skip to content

Commit eed7e65

Browse files
authored
feat(searchengine, profile): db added, tests added, pylinter added
1 parent b071c49 commit eed7e65

File tree

20 files changed

+5925
-2439
lines changed

20 files changed

+5925
-2439
lines changed

RULES_BEFORE_COMMIT.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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

Comments
 (0)