diff --git a/locale/en/get-involved/development.md b/locale/en/get-involved/development.md index 7ee8e65bc864e..4bd5a9d7bc0e5 100644 --- a/locale/en/get-involved/development.md +++ b/locale/en/get-involved/development.md @@ -25,7 +25,6 @@ layout: contribute.hbs - [Dependency Stability](#dependency-stability) - [Working Groups](#working-groups) - [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin) -- [A Few Open Questions](#a-few-open-questions) - [Notes](#notes) --- @@ -343,11 +342,6 @@ By making a contribution to this project, I certify that: maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. -## A Few Open Questions - -1. What about things like http_parser and libuv? Does it make sense to see about bringing each into the foundation as their own projects? -2. What about all the other repos under iojs/* and joyent/*, which of those will move over to the foundation? - ## Notes 1. The existing Node.js Workflow requires that all PR's can only be landed using a specific Jenkin's "node-accept-pull-request" job. This document requires that all PR's must be tested to ensure that all tests pass but it does not go into specific detail on the CI process. It is expected that the TSC will establish the specific step-by-step process by which Pull Requests must be landed.