Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 2d7b48c

Browse files
committed
add standard CoC
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
1 parent 64baecb commit 2d7b48c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,13 @@ SOFTWARE
121121
```
122122

123123
The fileserver took `/static/filserver.gr`, removed the `/static/` part from the front, and then loaded `fileserver.gr` from the directory mounted in the `modules.toml`. Note that any subdirectories are also served. So `/static/foo/bar` would translate to the path `foo/bar` inside of the WebAssembly module (which in the example above would fully resolve to "/path/to/fileserver/foo/bar").
124+
125+
## Code of Conduct
126+
127+
This project has adopted the [Microsoft Open Source Code of
128+
Conduct](https://opensource.microsoft.com/codeofconduct/).
129+
130+
For more information see the [Code of Conduct
131+
FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
132+
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional
133+
questions or comments.

0 commit comments

Comments
 (0)