You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have MongoDB installed on your computer. If not get it here [MongoDB Community Server](https://www.mongodb.com/download-center/community)
102
108
103
109
1. Open the terminal, locate the "scripts" folder and run the dbcreater.sh
@@ -111,21 +117,25 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do
* Write clear meaningful git commit messages (Do read http://chris.beams.io/posts/git-commit/)
116
-
* 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)
117
-
* 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)
123
+
* Write clear meaningful git commit messages (Do read[this](http://chris.beams.io/posts/git-commit/)).
124
+
* 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)
125
+
* 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))
118
126
* 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.
119
127
120
128
## Community
121
129
130
+
[](https://github.com/codeuino/Social-Platform-Donut/network) [](https://github.com/codeuino/Social-Platform-Donut/stargazers) 
131
+
122
132
All feedback and suggestions are welcome!
123
133
124
134
* 💬 Join the community on [Slack](https://join.slack.com/t/codeuino/shared_invite/enQtMzcxOTQwNzE4NzcxLWEyNzUxYjI0ZThiNWUyYWI5MzJlMTNmODMxN2NjMTcxODJkZmFhNTVkYmUyOTQ1YzgzNTlmMTVkYzVhMzdmNTQ )
125
-
* 📣 Stay up to date on new features and announcements on the following
0 commit comments