You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2
2
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