diff options
author | Cole Robinson <crobinso@redhat.com> | 2020-08-11 14:09:53 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-18 18:07:43 +0000 |
commit | 7e6f150b69029d65124b1ae76c07c44c52851d8c (patch) | |
tree | 5daf1a5bc61600298d34a2ac044bbafbd3c59d41 /CONTRIBUTING.md | |
parent | 7b453107f8a11ca8e3ca409276c9d062ade56e9f (diff) | |
download | edk2-7e6f150b69029d65124b1ae76c07c44c52851d8c.tar.gz edk2-7e6f150b69029d65124b1ae76c07c44c52851d8c.tar.bz2 edk2-7e6f150b69029d65124b1ae76c07c44c52851d8c.zip |
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
<https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors>.)
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Message-Id: <df6219e77613e93c494996437cf53e302c473392.1597168987.git.crobinso@redhat.com>
[lersek@redhat.com: add paragraph with docs.github.com reference]
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
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
|