summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/CONTRIBUTING.md
blob: 50eb83267b93e99dafebfb3aaeff0e40f268635c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# GPU for the Web

This repository is being used for work in the [W3C GPU for the Web Community
Group](https://www.w3.org/community/gpu/), 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 the source code repository are subject to the terms of the
[3-Clause BSD License](./LICENSE.txt).
**Contributions will also be exported to
[web-platform-tests](https://github.com/web-platform-tests/wpt)
under the same license, and under the terms of its
[CONTRIBUTING.md](https://github.com/web-platform-tests/wpt/blob/master/CONTRIBUTING.md).**

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.