From 7e6f150b69029d65124b1ae76c07c44c52851d8c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 11 Aug 2020 14:09:53 -0400 Subject: [PATCH] Add a stub CONTRIBUTING.md pointing to the wiki Googling for 'edk2 pull request' did not find this wiki page: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process Add it to CONTRIBUTING.md for more discoverability. (When someone opens a pull request, they will see a link to CONTRIBUTING.md; see .) Signed-off-by: Cole Robinson Message-Id: [lersek@redhat.com: add paragraph with docs.github.com reference] Reviewed-by: Laszlo Ersek --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..7077743654 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing to EDK2 + +Contributor documentation is maintained on the wiki: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process