From ac4d056430bf5ce5307f01c642f5191e49458d88 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Wed, 5 Apr 2023 17:11:43 +0900 Subject: [PATCH] initial template --- CODE_OF_CONDUCT.md | 3 +++ CONTRIBUTING.md | 23 +++++++++++++++++++++++ LICENSE.md | 9 +++++++++ README.md | 3 +++ index.bs | 22 ++++++++++++++++++++++ w3c.json | 5 +++++ 6 files changed, 65 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE.md create mode 100644 README.md create mode 100644 index.bs create mode 100644 w3c.json diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..04f41dc --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# Code of Conduct + +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/). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..dca7671 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Immersive Web Community Group + +This repository is being used for work in the W3C Immersive Web 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. + +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: + +``` ++@github_username +``` + +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. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..0ba1d2d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,9 @@ +All Reports in this Repository are licensed by Contributors +under the +[W3C Software and Document License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). + +Contributions to Specifications are made under the +[W3C CLA](https://www.w3.org/community/about/agreements/cla/). + +Contributions to Test Suites are made under the +[W3C 3-clause BSD License](https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html). diff --git a/README.md b/README.md new file mode 100644 index 0000000..3773b1d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# real-world-meshing + + diff --git a/index.bs b/index.bs new file mode 100644 index 0000000..2cd7570 --- /dev/null +++ b/index.bs @@ -0,0 +1,22 @@ +
+Shortname: real-world-meshing
+Title: 
+Group: immersivewebwg
+Status: ED
+Level: 1
+ED: https://immersive-web.github.io/real-world-meshing/
+Repository: immersive-web/real-world-meshing
+Mailing List Archives: https://lists.w3.org/Archives/Public/public-immersive-web/
+
+!Participate: File an issue (open issues)
+!Participate: Mailing list archive
+!Participate: W3C's #immersive-web IRC
+
+Editor: 
+Abstract:
+
+ +Introduction (#intro) +============ + + diff --git a/w3c.json b/w3c.json new file mode 100644 index 0000000..b7899d2 --- /dev/null +++ b/w3c.json @@ -0,0 +1,5 @@ + { + "group": [87846] +, "contacts": ["himorin"] +, "repo-type": "cg-report" +}