meanjs / mean

MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js -
http://meanjs.org
MIT License
4.87k stars 1.98k forks source link

Adding comment functionality to articles #2005

Closed bigbharatjain closed 5 years ago

bigbharatjain commented 5 years ago

Commit Message Guidelines

Header
Blank Line
Body
Blank Line
Footer

The header should look like:
<type>(<scope>): <subject>

The body should have any necessary detailed info about the commit:
An example, references as to where this idea came from, etc.

The footer should have all the issues tagged:
Fixes #123, Fixes #456

So a commit should look like:
feat(users): Add new Yahoo authentication

Yahoo authentication idea proposed by @codydaig
Example implementation in file.js

Fixes #82
mleanos commented 5 years ago

What is this PR?

@bigbharatjain Can you explain what these changes accomplish? Also, the diffs are hard to follow because the spacing is off. We use spaces as tabs, and follow an indentation of two tabs in this project.