.
├── module
│ ├── topic
│ │ ├── learn.c
│ │ ├── quiz.c
│ │ ├── topic.c
. .
. .
. |── module.c
.
.
|── main.c
- Fork this repo
- Clone the repo
$ git clone paste_the_copied_url
To copy the url, Go to clone or download
option -> copy the url.
- Open folder "VTU-Study-Material" :
$ cd cognito-c
- Create a new branch
$ git branch branch_name
eg : git branch swaaz
- Change branch
$ git checkout branch-name
- if you want to Create a new folder
$ mkdir folder_name
eg : mkdir Data_Structure-subject_code
- Add the files
- Add file :
$ git add -A
- Commit file :
$ git commit -m "comment"
eg : git commit -m "sem branch subject study material added"
- Push the file :
$ git push origin -u branch_name
If there are any bug then create a issue
- Check the issue template
- Copy it and paste it on the issue
- Edit the template in the issue and explain the bug
- Add all the labels(modules,bug,learn or quiz or module)
- Assigen
@swaaz
if not assigned - Save it
If you fix the error then create the pull request and @swaaz
to review and write the issue number(eg-#32)