Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 00410bd

Browse files
committed
merge remote master
2 parents 722ab6e + f9d9478 commit 00410bd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ newPRWelcomeComment: >
2525

2626
# Comment to be posted to on pull requests merged by a first time user
2727
firstPRMergeComment: >
28-
Congrats on merging your first pull request! We here at coderplex.org are proud of you!
28+
:tada: :tada: :confetti_ball: Congrats on merging your first pull request! We here at coderplex.org are proud of you!. If you believe in our :page_with_curl: [mission statement](https://medium.com/coderplex/a-new-name-a-new-beginning-freecodecamp-hyderabad-is-now-coderplex-b5b43dbd06ed) please :star: us.
2929
30-
# It is recommended to include as many gifs and emojis as possible!
30+
# It is recommended to include as many gifs and emojis as possible!

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ Working on your first Pull Request? You can learn how from this *free* series [H
2424
1. `npm install`
2525
1. `npm run dev` to start local development server
2626
1. App opens at `localhost:3000`
27+
28+
29+
**Note:**
30+
31+
So our team's official policy (for now) is:
32+
we only use Yarn as our official Node package manager, and so we request you to use Yarn instead of
33+
npm and commit yarn.lock file.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
55
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
66
[![Build Status](https://travis-ci.org/coderplex/coderplex.svg?branch=master)](https://travis-ci.org/coderplex/coderplex)
7+
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/coderplex/coderplex/blob/master/LICENSE)
78

89
## About
910

@@ -16,4 +17,4 @@ This project mainly uses
1617

1718
## Contributing
1819

19-
We welcome pull requests from hackerspace members (our students) and seasoned JavaScript developers alike! Please follow [these steps](CONTRIBUTING.md) to contribute.
20+
We welcome pull requests from hackerspace members (our students) and seasoned JavaScript developers alike! Please follow [these steps](CONTRIBUTING.md) to contribute.

0 commit comments

Comments
 (0)