forked from w3c/webauthn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Web Authentication Working Group | ||
|
||
Contributions to this repository are intended to become part of Recommendation-track documents | ||
governed by the [W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and | ||
[Document License](http://www.w3.org/Consortium/Legal/copyright-documents). To contribute, you must | ||
either participate in the relevant W3C Working Group or make a non-member patent licensing | ||
commitment. | ||
|
||
If you are not the sole contributor to a contribution (pull request), please identify all | ||
contributors in the pull request's body or in subsequent comments. | ||
|
||
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. |