From 74415d4d123fcf17a4e65709c753a3a7266c1398 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Sat, 6 Jan 2018 16:14:33 +0100 Subject: [PATCH] Meta: reference whatwg/meta resources Helps with https://github.com/whatwg/meta/issues/65. --- CONTRIBUTING.md | 1 + README.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d24f672 --- /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 93267c2..035a306 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 `xhr.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. @@ -32,9 +32,9 @@ If you want to do a complete "local deploy" including commit and/or branch snaps ### 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 -Tests can be found in the `XMLHttpRequest/` directory of +Tests can be found in the `xhr/` directory of [web-platform-tests](https://github.com/w3c/web-platform-tests).