From a0c27abde3031889c26e76f6a6e035d59e20954f Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:27:06 +0530 Subject: [PATCH 1/9] added logo to the existing badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4eb64b..e634c9b7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ codeuino's open source social platform

-[![Slack Status](https://img.shields.io/badge/slack-chat-yellow.svg)](https://codeuino.slack.com) [![PRs Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](http://makeapullrequest.com) [![Issues Open](https://img.shields.io/github/issues-raw/codeuino/Social-Platform-Donut.svg?color=orange)](https://github.com/codeuino/Social-Platform-Donut/issues) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +[![Slack Status](https://img.shields.io/badge/slack-chat-yellow.svg?logo=slack)](https://codeuino.slack.com) [![PRs Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?logo=github)](http://makeapullrequest.com) [![Issues Open](https://img.shields.io/github/issues-raw/codeuino/Social-Platform-Donut.svg?color=orange&logo=github)](https://github.com/codeuino/Social-Platform-Donut/issues) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?logo=github)](https://www.gnu.org/licenses/gpl-3.0) From 0625c478e464bfd7c81d3a5a3ea339bad6076ef5 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:28:42 +0530 Subject: [PATCH 2/9] fixed the list issue in community section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e634c9b7..902b0b13 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,10 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do All feedback and suggestions are welcome! * 💬 Join the community on [Slack](https://join.slack.com/t/codeuino/shared_invite/enQtMzcxOTQwNzE4NzcxLWEyNzUxYjI0ZThiNWUyYWI5MzJlMTNmODMxN2NjMTcxODJkZmFhNTVkYmUyOTQ1YzgzNTlmMTVkYzVhMzdmNTQ ) -* 📣 Stay up to date on new features and announcements on the following -1.[@Mailing List](codeuino-devel@googlegroups.com). -1.[@Discussion Portal](https://groups.google.com/d/forum/codeuino-devel). -1.[@Codeuino Wiki](wiki.codeuino.org). +* 📣 Stay up to date on new features and announcements on the following: + - [@Mailing List](codeuino-devel@googlegroups.com). + - [@Discussion Portal](https://groups.google.com/d/forum/codeuino-devel). + - [@Codeuino Wiki](wiki.codeuino.org). ## Sponsors/Partners From 23cffdbf1424de162d274c3235e10fa0dcd2dc32 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:30:12 +0530 Subject: [PATCH 3/9] added link to the sponsor logos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 902b0b13..4adeec25 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,8 @@ Support this project by becoming a sponsor/collaborator/partner/contributors. #### Current - - +| | | +|:-:|:-:| ## Licensing From 2131c2f0e15db3563dac940e4cfdda8319b9e725 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:33:03 +0530 Subject: [PATCH 4/9] removed all the open links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4adeec25..9fb97e56 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ codeuino's open source social platform

-#### For frontend of this repo move to this repository https://github.com/codeuino/frontened +#### For frontend of this repo move to [this](https://github.com/codeuino/frontened) repository.
@@ -112,9 +112,9 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do ## Contributions Best Practices **Commits** -* Write clear meaningful git commit messages (Do read http://chris.beams.io/posts/git-commit/) -* Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at https://github.com/blog/1506-closing-issues-via-pull-requests ) -* When you make very very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at https://davidwalsh.name/squash-commits-git ) +* Write clear meaningful git commit messages (Do read [this](http://chris.beams.io/posts/git-commit/)). +* Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (Check [this](https://github.com/blog/1506-closing-issues-via-pull-requests) for more info) +* When you make very very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at [here](https://davidwalsh.name/squash-commits-git)) * When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker. ## Community @@ -155,4 +155,4 @@ This program is distributed in the hope that it will be useful, GNU General Public License for more details at OSI You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see [this](http://www.gnu.org/licenses/). From 9cfadc3b734bcd2e632bda1f35e42407e2361a16 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:38:27 +0530 Subject: [PATCH 5/9] added github badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9fb97e56..bfd445c8 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do ## Contributions Best Practices +[![GitHub issues](https://img.shields.io/github/issues/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/issues) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/codeuino/Social-Platform-Donut?logo=git&logoColor=white) + **Commits** * Write clear meaningful git commit messages (Do read [this](http://chris.beams.io/posts/git-commit/)). * Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (Check [this](https://github.com/blog/1506-closing-issues-via-pull-requests) for more info) @@ -119,6 +121,8 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do ## Community +[![GitHub forks](https://img.shields.io/github/forks/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/network) [![GitHub stars](https://img.shields.io/github/stars/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/stargazers) + All feedback and suggestions are welcome! * 💬 Join the community on [Slack](https://join.slack.com/t/codeuino/shared_invite/enQtMzcxOTQwNzE4NzcxLWEyNzUxYjI0ZThiNWUyYWI5MzJlMTNmODMxN2NjMTcxODJkZmFhNTVkYmUyOTQ1YzgzNTlmMTVkYzVhMzdmNTQ ) @@ -141,6 +145,8 @@ Support this project by becoming a sponsor/collaborator/partner/contributors. ## Licensing +[![GitHub license](https://img.shields.io/github/license/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/blob/master/LICENSE) + Donut An Open Source Social Collaborating platform is a web Based framework Software, Copyright (C) < 2018 Codeuino Contributors > From 7570f52d7da2869ea31273fbba180827318ae160 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:44:50 +0530 Subject: [PATCH 6/9] added open source + twitter follow badges --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfd445c8..8d277da3 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do ## Contributions Best Practices -[![GitHub issues](https://img.shields.io/github/issues/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/issues) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/codeuino/Social-Platform-Donut?logo=git&logoColor=white) +[![GitHub issues](https://img.shields.io/github/issues/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/issues) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/codeuino/Social-Platform-Donut?logo=git&logoColor=white) ![GitHub contributors](https://img.shields.io/github/contributors/codeuino/Social-Platform-Donut?logo=github) **Commits** * Write clear meaningful git commit messages (Do read [this](http://chris.beams.io/posts/git-commit/)). @@ -121,7 +121,7 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do ## Community -[![GitHub forks](https://img.shields.io/github/forks/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/network) [![GitHub stars](https://img.shields.io/github/stars/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/network) [![GitHub stars](https://img.shields.io/github/stars/codeuino/Social-Platform-Donut?logo=github)](https://github.com/codeuino/Social-Platform-Donut/stargazers) ![GitHub last commit](https://img.shields.io/github/last-commit/codeuino/Social-Platform-Donut?logo=github) All feedback and suggestions are welcome! @@ -162,3 +162,6 @@ This program is distributed in the hope that it will be useful, You should have received a copy of the GNU General Public License along with this program. If not, see [this](http://www.gnu.org/licenses/). + +[![Twitter Follow](https://img.shields.io/twitter/follow/codeuino?style=social)](https://twitter.com/codeuino) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/codeuino/Social-Platform-Donut) + From 01b2f5b6d89ab154b349a91bef47fc484ae8cc73 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:48:47 +0530 Subject: [PATCH 7/9] added node/mongodb badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8d277da3..9e583816 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ Technical Features Installation ------------ + +[![NODE JS](http://img.shields.io/badge/Node-JS-teal.svg?logo=node.js)](https://nodejs.org/en/) + To get this project running locally on your machine follows the steps below in order: 1. fork this repo @@ -98,6 +101,10 @@ Now open your browser and type the link `http://localhost:3000` to continue view Setting Up Database ------------ + + +[![MongoDB](http://img.shields.io/badge/Mongo-DB-green.svg?logo=mongodb)](https://www.mongodb.com/download-center/community) + Make sure you have MongoDB installed on your computer. If not get it here [MongoDB Community Server](https://www.mongodb.com/download-center/community) 1. Open the terminal, locate the "scripts" folder and run the dbcreater.sh From a0ea61735be07d3d61fc82e69f5c92a5d2a2c24b Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 10:50:55 +0530 Subject: [PATCH 8/9] added npm required badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e583816..de471b3e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Technical Features Installation ------------ -[![NODE JS](http://img.shields.io/badge/Node-JS-teal.svg?logo=node.js)](https://nodejs.org/en/) +[![NODE JS](http://img.shields.io/badge/NodeJS-required-teal.svg?logo=node.js)](https://nodejs.org/en/) [![NPM](http://img.shields.io/badge/npm-required-red.svg?logo=npm)](http://npmjs.com/) To get this project running locally on your machine follows the steps below in order: From f145cd720bdae7eb61469fdb6c308c8ec49453d7 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Tue, 19 Nov 2019 11:00:31 +0530 Subject: [PATCH 9/9] fixed open links for youtube video --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de471b3e..7835e488 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,9 @@ using the command `git clone https://github.com/username/Social-Platform-Donut.g 5. Setting up the local database instance - You need to have a MongoDB atlas account to create local - https://www.youtube.com/watch?v=KKyag6t98g8 - Check out the above link to setup MongoDB atlas. - The mongodb URL should be pasted in credential.js files. + You need to have a MongoDB atlas account to create local database. + Check out [this link](https://www.youtube.com/watch?v=KKyag6t98g8) to setup MongoDB atlas. + The mongodb URL should be pasted in `credential.js` files.