-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add backers and sponsors to homepage #6537
Conversation
…aaaand we are back :D |
## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> Adds the open collective blog post ## Screen ![localhost_3000_blog_2018_06_27_supporting-jest-open-source 1](https://user-images.githubusercontent.com/2440089/42046107-1e245af6-7acb-11e8-960f-f7b35c245d8f.png) ## TODOs Before launch we should: - [x] Move the domain over to jestjs.io - [x] Add the backers/sponsors to the docs #6458 - [x] Add backers/sponsors to the homepage #6537
This seems to have broken node 6? Not sure how |
hi, right now PRs are failing the
looks like @cpojer merged the change even with node-6 failure, does that mean that jest no longer support node-6? In that case should we just drop node-6 from ci test? or somebody from the jest-website can fix it? what is your recommendation for PRs now seeing this ci error? ignore? wait? or...? |
@connectdotz it doesn't break node-6 support since that script is only for the website deploy, but we should fix since we may break node 6 without realizing it |
Was fixed here: #6587 |
@rickhanlonii awesome! thx. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
This PR adds the Open Collective backers and sponsors to the home page. This is updated per deploy by running a
fetchSupporters.js
script which creates abackers.json
file used during the deploy process (i.e the list is static instead of dynamic)Screen
Note: FB Open Source included twice just for an example