Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove obsolete section in development.md
Remove the obsolete (and unhelpful) "A Few Additional Questions" section from development.md.
  • Loading branch information
Trott authored Dec 19, 2017
commit 5aea4659c5e3c72afc8daaa4cf29d264f596f7e6
6 changes: 0 additions & 6 deletions locale/en/get-involved/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand Down Expand Up @@ -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.
Expand Down