From a78ebabad0a7cad9e26699b0f199d1a187d69aba Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Tue, 4 Jan 2022 10:38:02 +0000 Subject: [PATCH] [WFX-333] Update and rename README.txt to README.md --- README.md | 14 ++++++++++++++ README.txt | 21 --------------------- 2 files changed, 14 insertions(+), 21 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000000000..a93b9067e76cf --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +

Waterfox Source Code

+ +[![Website](https://img.shields.io/website?url=https://www.waterfox.net)](https://www.waterfox.net) +[![🏗 Builds](https://github.com/WaterfoxCo/Waterfox/actions/workflows/push.yml/badge.svg)](https://github.com/WaterfoxCo/Waterfox/actions/workflows/push.yml) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) + +An explanation of the Waterfox Source Code Directory Structure and links to +project pages can be found at the [Directory Structure documents](https://firefox-source-docs.mozilla.org/contributing/directory_structure.html). + +For information on how to build Waterfox from the source code and create patches see the [quick reference](https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html). + +### Developer Working Hours + +Typically, we are available 9:00 🕘 → 17:00 🕔, Monday → Friday. This does not include [UK bank holidays](https://www.gov.uk/bank-holidays) or annual leave. During this time we will be programming or responding to queries as and when appropriate. diff --git a/README.txt b/README.txt deleted file mode 100644 index fe37f6a66beed..0000000000000 --- a/README.txt +++ /dev/null @@ -1,21 +0,0 @@ -An explanation of the Firefox Source Code Directory Structure and links to -project pages with documentation can be found at: - - https://firefox-source-docs.mozilla.org/contributing/directory_structure.html - -For information on how to build Firefox from the source code and create the patch see: - - https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html - -If you have a question about developing Firefox, and can't find the solution -on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel. - - -Nightly development builds can be downloaded from: - - https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/ - - or - - https://www.mozilla.org/firefox/channel/desktop/#nightly - -Keep in mind that nightly builds, which are used by Firefox developers for -testing, may be buggy.