From 7e3209b7019594f13c1fe4044332f9c923f4bf09 Mon Sep 17 00:00:00 2001 From: Victor Hom Date: Sun, 13 May 2018 09:18:01 -0700 Subject: [PATCH] add reading wiki link to places Summary: Release Note: none I just wanted to add the reading links as suggested in #1887 arrived to the wiki from Twitter -> the issue -> to the Wiki :) Let me know if you want the copy updated and shifted around anywhere. Closes https://github.com/facebook/prepack/pull/1948 Differential Revision: D7985678 Pulled By: NTillmann fbshipit-source-id: 22cd999bf4ff8dd26618b06d94f751834533b726 --- CONTRIBUTING.md | 2 ++ README.md | 2 ++ website/index.html | 12 ++++++++++++ 3 files changed, 16 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5732d390a..e2f71ed4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ We want to make contributing to this project as easy and transparent as possible. +To read more about the project, check out this [suggested reading wiki](https://github.com/facebook/prepack/wiki/Suggested-reading) + ## Code of Conduct Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](https://code.facebook.com/pages/876921332402685/open-source-code-of-conduct) so that you can understand what actions will and will not be tolerated. diff --git a/README.md b/README.md index 8bfda2f51..4aac9df69 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ In order to run the website locally at [localhost:8000](http://localhost:8000): ## How to contribute +To read more about the project, check out this [suggested reading wiki](https://github.com/facebook/prepack/wiki/Suggested-reading) + For more information about contributing pull requests and issues, see our [Contribution Guidelines](./CONTRIBUTING.md). ## License diff --git a/website/index.html b/website/index.html index bb316de08..b033f180d 100644 --- a/website/index.html +++ b/website/index.html @@ -383,6 +383,18 @@ __optimize(global.f); + +
+
+

Contributing

+
+ +

+ You can follow the contributing guidelines. There is also a suggested reading list to learn more about the internals of the project. +

+
+
+