diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-29 13:12:21 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-29 13:12:21 +0200 |
commit | fbeee7692b740c1020ba115f497c4325c3ff8f61 (patch) | |
tree | 60bb19b4314cd4497b1e0f8b98d1369124d19ac6 | |
parent | fc8634a7fcee1c324fc1fdc3b9e3ab9d5fbf92bb (diff) | |
download | UXP-fbeee7692b740c1020ba115f497c4325c3ff8f61.tar UXP-fbeee7692b740c1020ba115f497c4325c3ff8f61.tar.gz UXP-fbeee7692b740c1020ba115f497c4325c3ff8f61.tar.lz UXP-fbeee7692b740c1020ba115f497c4325c3ff8f61.tar.xz UXP-fbeee7692b740c1020ba115f497c4325c3ff8f61.zip |
Create `/docs` and move contributing guideline to it.
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | docs/CONTRIBUTING.md (renamed from .github/CONTRIBUTING.md) | 0 |
2 files changed, 6 insertions, 0 deletions
@@ -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 index 7acdedb4f..7acdedb4f 100644 --- a/.github/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md |