diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..d24f6726e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +Please see the [contributor guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md). diff --git a/README.md b/README.md index 975f1ee09..f7280559b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ started, leave a comment on the issue or ask around [on IRC](https://wiki.whatwg ### Pull requests In short, change `fetch.bs` and submit your patch, with a -[good commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages). Consider -reading through the [WHATWG FAQ](https://wiki.whatwg.org/wiki/FAQ) if you are new here. +[good commit message](https://github.com/whatwg/meta/blob/master/COMMITTING.md). Consider +reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here. Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically. @@ -84,7 +84,7 @@ double quotes). ### Merge policy If you can commit to this repository, see the -[html repository's TEAM](https://github.com/whatwg/html/blob/master/TEAM.md) for guidelines. +[maintainer guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md). ### Tests