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

Skip to content

Commit 8c1808d

Browse files
timneutkensarunoda
authored andcommitted
Add contributing.md (vercel#1009)
* Add contributing.md * Only reload example app on server changes
1 parent 6832fea commit 8c1808d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing to Next.js
2+
3+
Our Commitment to Open Source can be found [here](https://zeit.co/blog/oss)
4+
5+
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device.
6+
2. Install the dependencies: `npm install`
7+
3. Run `npm link` to link the local repo to NPM
8+
4. Run npm run build in a new terminal to build and watch for code changes
9+
5. Then npm link this repo inside any example app with `npm link next`
10+
6. Then you can run your example app with the local version of Next.js (You may need to re-run the example app as you change server side code in the Next.js repository)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,10 @@ As we were researching options for server-rendering React that didn’t involve
674674

675675
Our Roadmap towards 2.0.0 [is public](https://github.com/zeit/next.js/wiki/Roadmap#nextjs-200).
676676

677+
## Contributing
678+
679+
Please see our [CONTRIBUTING.md](./CONTRIBUTING.md)
680+
677681
## Authors
678682

679683
- Naoyuki Kanezawa ([@nkzawa](https://twitter.com/nkzawa)) – ▲ZEIT

0 commit comments

Comments
 (0)