From 3978acd2ca1a25e706f3bc2520528de24024d879 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 4 Sep 2024 19:21:29 -0700 Subject: [PATCH] Adding baseline CONTRIBUTING.md --- CONTRIBUTING.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e8563f2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Web Platform Incubator Community 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. + +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.