From 14823de237ea258826481202bc06dfc9ec165dfd Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 3 Dec 2019 14:32:54 -0800 Subject: [PATCH] docs: Include the code of conduct directly into the mdbook Also update the link to the organizational code of conduct so that it works in the rendered mdbook as well as when viewed on github. --- CODE_OF_CONDUCT.md | 2 +- docs/contributing-coc.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5c5ebdd259..b671a33264 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -44,6 +44,6 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] -[OCoC]: ORG_CODE_OF_CONDUCT.md +[OCoC]: https://github.com/bytecodealliance/wasmtime/blob/master/ORG_CODE_OF_CONDUCT.md [homepage]: https://www.contributor-covenant.org [version]: https://www.contributor-covenant.org/version/1/4/ diff --git a/docs/contributing-coc.md b/docs/contributing-coc.md index 3fcb32caca..83cb9cc90e 100644 --- a/docs/contributing-coc.md +++ b/docs/contributing-coc.md @@ -1,3 +1 @@ -# Code of Conduct - -... more coming soon +{{#include ../CODE_OF_CONDUCT.md }}