Skip to content

Commit 7cfe7f7

Browse files
committed
Initial
1 parent fc5ad6b commit 7cfe7f7

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
# Web Performance Working Group
1+
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.
22

3-
See [Registration Entry Requirements and Update Process](index.#registration)
3+
If you are not the sole contributor to a contribution (pull request), please identify all contributors in the pull request comment.
4+
5+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
6+
7+
```
8+
+@github_username
9+
```
10+
11+
If you added a contributor by mistake, you can remove them in a comment with:
12+
13+
```
14+
-@github_username
15+
```
16+
17+
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.

0 commit comments

Comments
 (0)