From 7e8050bf00b1ee998fe86fb9543de94fe0fe11b3 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Mon, 17 Aug 2020 14:53:11 +0900 Subject: [PATCH] align with layers repo for CG-to-WG --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 12 +++----- README.md | 74 +++++++++++++++++++++++++++++++++++++++++++--- w3c.json | 2 +- 4 files changed, 76 insertions(+), 14 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d5f962e..0b8ce11 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,4 +2,4 @@ All documentation, code and communication under this repository are covered by the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). -The Immersive Web Community Group also operates under an additional [code of conduct](https://immersive-web.github.io/homepage/code-of-conduct.html). \ No newline at end of file +The Immersive Web Working Group also operates under an additional [code of conduct](https://immersive-web.github.io/homepage/code-of-conduct.html). \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71728eb..935578b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,8 @@ -# Contributing guidelines for the Immersive Web Community Group +# Contributing guidelines for the Immersive Web Working Group -This repository is being used for work in the W3C Web Platform Incubator Community Group, governed by the [W3C Community License -Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions, -you must join the CG. +Contributions to this repository are intended to become part of software or documents licensed under the [Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). By committing here, you agree to that licensing of your contributions. -If you are not the sole contributor to a contribution (pull request), please identify all -contributors in the pull request comment. +If you are not the sole contributor to a contribution (pull request), please identify all contributors in the pull request comment. To add a contributor (other than yourself, that's automatic), mark them one per line as follows: @@ -19,5 +16,4 @@ If you added a contributor by mistake, you can remove them in a comment with: -@github_username ``` -If you are making a pull request on behalf of someone else but you had no part in designing the -feature, you can remove yourself with the above syntax. \ No newline at end of file +If you are making a pull request on behalf of someone else but you had no part in designing the feature, you can remove yourself with the above syntax. diff --git a/README.md b/README.md index 1e0d155..1eddabc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,75 @@ # WebXR Hand Input -This is a feature incubation repo for working on hand input support in WebXR. +The [WebXR Hand Input Specification][this-spec] adds hand input support in WebXR. +Feature lead is Manish Goregaokar ([@Manishearth](https://github.com/Manishearth)). -Status: Incubation +## Taking Part -Feature lead: Manish Goregaokar ([@Manishearth](https://github.com/Manishearth)) +1. Read the [code of conduct][CoC] +2. See if your issue is being discussed in the [issues][this-spec], or if your idea is being discussed in the [proposals repo][cgproposals]. +3. We will be publishing the minutes from the bi-weekly calls. +4. You can also join the working group to participate in these discussions. -Originating proposal: [#48](https://github.com/immersive-web/proposals/issues/48) +## Specifications + +* [WebXR Hand Input][this-spec]: Hand input support in WebXR +* [Explainer](explainer.md) + + +### Related specifications +* [WebXR Device API - Level 1][webxrspec]: Main specification for JavaScript API for accessing VR and AR devices, including sensors and head-mounted displays. + +## Relevant Links + +* [Immersive Web Community Group][webxrcg] +* [Immersive Web Working Group Charter][wgcharter] +* [Originating proposal](https://github.com/immersive-web/proposals/issues/48) + +## Communication + +* [Immersive Web Working Group][webxrwg] +* [Immersive Web Community Group][webxrcg] +* [GitHub issues list](https://github.com/immersive-web/layers/issues) +* [`public-immersive-web` mailing list][publiclist] + +## Maintainers + +To generate the spec document (`index.html`) from the `index.bs` [Bikeshed][bikeshed] document: + +```sh +bikeshed spec +``` + +## Tests + +For normative changes, a corresponding +[web-platform-tests][wpt] PR is highly appreciated. Typically, +both PRs will be merged at the same time. Note that a test change that contradicts the spec should +not be merged before the corresponding spec change. If testing is not practical, please explain why +and if appropriate [file a web-platform-tests issue][wptissue] +to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate. + + +## License + +Per the [`LICENSE.md`](LICENSE.md) file: + +> All documents in this Repository are licensed by contributors under the [W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). + +# Summary + +For more information about this proposal, please read the [explainer](explainer.md) and issues/PRs. + + +[this-spec]: https://immersive-web.github.io/webxr-hand-input +[CoC]: https://immersive-web.github.io/homepage/code-of-conduct.html +[webxrwg]: https://w3.org/immersive-web +[cgproposals]: https://github.com/immersive-web/proposals +[webxrspec]: https://immersive-web.github.io/webxr/ +[webxrcg]: https://www.w3.org/community/immersive-web/ +[wgcharter]: https://www.w3.org/2020/05/immersive-Web-wg-charter.html +[webxrref]: https://immersive-web.github.io/webxr-reference/ +[publiclist]: https://lists.w3.org/Archives/Public/public-immersive-web-wg/ +[bikeshed]: https://github.com/tabatkins/bikeshed +[wpt]: https://github.com/web-platform-tests/wpt +[wptissue]: https://github.com/web-platform-tests/wpt/issues/new diff --git a/w3c.json b/w3c.json index c0c716c..aa40100 100644 --- a/w3c.json +++ b/w3c.json @@ -1,5 +1,5 @@ { - "group": 87846 + "group": 109735 , "contacts": ["dontcallmedom", "himorin"] , "shortName": "webxr-hand-input" , "repo-type": "rec-track"