Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 1.16 KB

Reducing memory copies: Contributing

This repository is being used for discussions of ideas related to reducing memory copies in web-platform APIs, under the auspices of the WICG (Web Incubator Community Group) https://wicg.io/

At this point, it's anticipated that participation in this effort will just take the form or raising issues in the issue tracker for this repo, and commenting on issue that others have raised.

In general, specifications developed in the WICG are governed by the W3C Community License Agreement (CLA), and to make substantive contributions to WICG specifications, you must join the CG.

If you are not the sole contributor to a pull request you submit here, 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.