diff --git a/README.md b/README.md index b1e10bfa..b6edc9a2 100644 --- a/README.md +++ b/README.md @@ -234,3 +234,8 @@ following command to add signoffs to all commits between you and the upstream master: git rebase --signoff upstream/master + +### Contributing to the docs + +In addition to the above contribution guidelines, see the guide to +[updating the Project X-Ray docs](UPDATING-THE-DOCS.md). diff --git a/UPDATING-THE-DOCS.md b/UPDATING-THE-DOCS.md new file mode 100644 index 00000000..3ba5b13c --- /dev/null +++ b/UPDATING-THE-DOCS.md @@ -0,0 +1 @@ +Coming soon.