Skip to content

Commit 446983e

Browse files
Merge pull request #2 from mdg-iitr/Readme-update
Update readme
2 parents 9f3a074 + c9384c2 commit 446983e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ python manage.py migrate
3535
```
3636
python mange.py runserver
3737
```
38+
- Navigate to http://localhost:8000 to see the backend server up and running!
3839

3940
## API Structure
4041
- To access all the links with their category and subcategory info:
@@ -45,3 +46,16 @@ http://127.0.0.1:8000/chatbot
4546
```
4647
http://127.0.0.1:8000/chatbot/category/sub-category/name
4748
```
49+
## For commit messages
50+
51+
Please start your commits with these prefixes for better understanding among collaborators, based on the type of commit:
52+
53+
feat: (addition of a new feature)
54+
rfac: (refactoring the code: optimization/ different logic of existing code - output doesn't change, just the way of execution changes)
55+
docs: (documenting the code, be it readme, or extra comments)
56+
bfix: (bug fixing)
57+
chor: (chore - beautifying code, indents, spaces, camelcasing, changing variable names to have an appropriate meaning)
58+
ptch: (patches - small changes in code, mainly UI, for example color of a button, incrasing size of tet, etc etc)
59+
conf: (configurational settings - changing directory structure, updating gitignore, add libraries, changing manifest etc)
60+
61+

0 commit comments

Comments
 (0)