From 45764754abb1e06abe48eb8fcd2403ce498085f5 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 29 Apr 2018 13:12:21 +0200 Subject: [PATCH] Create `/docs` and move contributing guideline to it. --- README.md | 6 ++++++ {.github => docs}/CONTRIBUTING.md | 0 2 files changed, 6 insertions(+) rename {.github => docs}/CONTRIBUTING.md (100%) diff --git a/README.md b/README.md index 32cdf9b042..69f81ca3be 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ applications. This repository will contain at least one application to demonstrate and make use of the platform: The Basilisk web browser, a close twin to Mozilla's Firefox. +## Additional documentation + +Additional documentation relevant to this source code can be found in the `/docs` +directory. This will contain relevant documentation regarding contributing, +using and distributing this code and its binaries. + ### A note about trademarks and branding Although this repository is licensed under Mozilla Public License v2.0, the diff --git a/.github/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to docs/CONTRIBUTING.md