Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the CONTRIBUTING.md . Lines 37 to 40 #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ This is a website built with **Jekyll**, a website generator that’s designed f
You need to follow the below steps before making any changes to the code or adding a post:

- Install Jekyll locally via the command line.
- Clone a starting point to your local machine, install Jekyll locally via the command line, make updates to your website, build it locally, and then serve it.
- Fork a starting point, make changes, and then serve it.
- Clone a starting point to your local machine.
- Make updates or changes.
- Build it locally, and then serve it.

For the above steps to be done you need to be familiar with git and github. For installation, you may go through the following link: <https://jekyllrb.com/docs/>

Expand Down