From 14cab8fa67535a4aef9656c6e7836e43f5e55ad2 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 19 Nov 2015 08:42:59 -0800 Subject: [PATCH 1/2] doc: add HTTP working group Proposed charter for the HTTP Working Group --- WORKING_GROUPS.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index e3e1f3c37f7dbe..fc45075fc48353 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -29,9 +29,13 @@ back in to the TSC. * [Addon API](#addon-api) * [Benchmarking](#benchmarking) * [Post-mortem](#post-mortem) +* [Intl](#Intl) +* [HTTP](#HTTP) + +#### Process: + * [Starting a Working Group](#starting-a-wg) * [Bootstrap Governance](#bootstrap-governance) -* [Intl](#Intl) ### [Website](https://github.com/nodejs/website) @@ -170,6 +174,19 @@ Their responsibilities are: * Publishing regular update summaries and other promotional content. +### [HTTP](https://github.com/nodejs/http) + +The HTTP working group is chartered for the support and improvement of the +HTTP implementation in Node. It's responsibilities are: + +* Addressing HTTP issues on the Node.js issue tracker. +* Authoring and editing HTTP documentation within the Node.js project. +* Reviewing changes to HTTP functionality within the Node.js project. +* Working with the ecosystem of HTTP related module developers to evolve the + HTTP implementation and APIs in core. +* Advising the CTC on all HTTP related issues and discussions. +* Messaging about the future of HTTP to give the community advance notice of + changes. ### [Roadmap](https://github.com/nodejs/roadmap) From 4415c64a4bcac89274155d0a3dd0386f6a3c5be5 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 19 Nov 2015 12:57:34 -0800 Subject: [PATCH 2/2] fix links per @cjihrig's comment --- WORKING_GROUPS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index fc45075fc48353..9384c877ead925 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -29,8 +29,8 @@ back in to the TSC. * [Addon API](#addon-api) * [Benchmarking](#benchmarking) * [Post-mortem](#post-mortem) -* [Intl](#Intl) -* [HTTP](#HTTP) +* [Intl](#intl) +* [HTTP](#http) #### Process: