Skip to content

swaaz/cognito-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Cognito-c

C program to learn C programming

Structure

.
├── module
│   ├── topic
│   │   ├── learn.c
│   │   ├── quiz.c
│   │   ├── topic.c
.   . 
.   .    
.   |── module.c
.
.
|── main.c

Contribution

  • 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
Do refer the structure mentioned above
 $ 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

Bug Repot

If there are any bug then create a issue

To Create an 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

Edit the file and fix error if possible

If you fix the error then create the pull request and @swaaz to review and write the issue number(eg-#32)

About

C program to learn C program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages