Skip to content

Commit e9a5477

Browse files
committed
Add boilerplate files
0 parents  commit e9a5477

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
This repository is being used for work in the W3C Web Machine Learning Community Group,
2+
governed by the [W3C Community License Agreement (CLA)](https://www.w3.org/community/about/agreements/cla/).
3+
To make substantive contributions, you must join the CG.
4+
5+
If you are not the sole contributor to a contribution (pull request), please identify all
6+
contributors in the pull request comment.
7+
8+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
9+
10+
```
11+
+@github_username
12+
```
13+
14+
If you added a contributor by mistake, you can remove them in a comment with:
15+
16+
```
17+
-@github_username
18+
```
19+
20+
If you are making a pull request on behalf of someone else but you had no part in designing the
21+
feature, you can remove yourself with the above syntax.

LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
All Reports in this Repository are licensed by Contributors
2+
under the [W3C Software and Document License](https://www.w3.org/copyright/software-license-2023/).

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Web Model Context API 🧪
2+
3+
This is a repository for the [Web Machine Learning Community Group](https://www.w3.org/groups/cg/webmachinelearning/) ([join](https://webmachinelearning.github.io/community/#join)) to continue discussion on the [Web Model Context API proposal](https://github.com/webmachinelearning/proposals/issues/12).
4+
5+
## Scope of Work
6+
7+
This repository hosts discussions ([issues](https://github.com/webmachinelearning/webmodelcontext/issues)) and any [non-normative reports](https://webmachinelearning.github.io/charter/#non-normative-reports) such as use cases, requirements, and explainers.
8+
9+
Work on formal specifications informed by discussions in this repository require a [charter change](https://webmachinelearning.github.io/charter/#charter-change). We expect to advance to this more formal spec authoring phase in the near future.
10+
11+
## Code of Conduct
12+
13+
The Web Machine Learning Community Group operates under the [W3C Code of Conduct](https://www.w3.org/policies/code-of-conduct/).

0 commit comments

Comments
 (0)