Skip to content

Codeshows/codeshows.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeshows Website

This is the source code of the website of "Codeshows", the Coding Club of MNIT, Jaipur

We are Open for all

The website is open for contributions from the students of MNIT Jaipur in it's development phase.

Benefits

  • Mentorship
  • Contributions reflect on your profile
  • Learn how to contribute to open source
  • Polish web development skills
  • Acts as a project

Learning Goals

  1. Learn to collaborate with multiple people on a project
  2. Get comfortable with pull requests, issues, merge etc on Github
  3. Get comfortable with git
  4. Try hands on different Frontend Technologies and frameworks
  5. Learn to make a project step by step.

How to Participate

Bring in ideas:

  1. Create a valid issue.
  2. Discuss the issues with other people
  3. This month we are participating in HacktoberFest, so participate with full potential.

Write Code:

  1. Read the issues in this project (Issues in the good-first-issue label are a good starting point).
  2. If you want to work on an issue mention in the issue discussion that you want to work on it. You can collaborate with multiple people on a single issue. Make good use of github's fork and merge mechanism.
  3. As soon as you have code which attempts to solve an issue, submit a merge request to the project's master branch so that others can look at it and learn from it.
  4. Improve your code as per feedback until the merge request is accepted.

Review Code:

  1. Pick up a merge request on the project.
  2. Go through the code.
  3. If something is not clear, ask for clarification. If someone has already asked just thumbs up that comment.
  4. Add an approving comment saying "Good work!". If someone has already commented thumbs up on that.

How to contribute

  • Fork This Repo.
  • Now you should have a copy of Repo for yourself with username/codeshows.github.io.
  • After this, you will need to clone the repository.
  • Now let's come to your local machine.
    • open terminal
    • clone the repo $ git clone https://github.com/YourUsername/codeshows.github.io.git
    • now you have a folder called codeshows.github.io which has all your code files.
  • Create a new github branch by git checkout -b BranchName
  • now make changes in your files.
  • when done see changes from git status. it will show all the file which you updated or modified.
  • add all those files to your git repo by git add -Av. Av will add all files and verbose. if you want a particular file to be added use, git add filename
  • commit these changes git commit -m message.
  • git push origin master to push your code to your github.
  • Go to your own github repo to confirm changes and from there click the Pull request to make a PR on.

About

Website of "Codeshows", the Coding Club of MNIT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published