From 111c882da818c12201d6bc8205cc64ce785a6d06 Mon Sep 17 00:00:00 2001 From: Banjo Fox <4459812+BanjoFox@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:45:59 -0400 Subject: [PATCH 1/2] Update CONTRIBUTING.md Remove defunct mailing list. --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ebd7122..fda7e4b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,8 +40,7 @@ application running. - If your patch is not getting reviewed or you need a specific person to review it, you can @-reply a reviewer asking for a review in the pull request or a - comment, or you can ask for a review in [#aardwolf-discussion:matrix.org](https://riot.im/app/#/room/#aardwolf-discussion:matrix.org) - or the mailing list `aardwolf-development@lists.riseup.net`. + comment, or you can ask for a review in [#aardwolf-discussion:matrix.org](https://riot.im/app/#/room/#aardwolf-discussion:matrix.org). - Add tests relevant to the fixed bug or new feature. For a DOM change this will usually be a web platform test; for layout, a reftest. See our [testing From 54202900b7f918f7c1dc7e2cb6aeb08f5f4d6fd5 Mon Sep 17 00:00:00 2001 From: Banjo Fox <4459812+BanjoFox@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:49:03 -0400 Subject: [PATCH 2/2] Update TEMPLATE_FILE_STRUCTURE.md --- doc/TEMPLATE_FILE_STRUCTURE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/TEMPLATE_FILE_STRUCTURE.md b/doc/TEMPLATE_FILE_STRUCTURE.md index f3ac8556..91ac5b4d 100644 --- a/doc/TEMPLATE_FILE_STRUCTURE.md +++ b/doc/TEMPLATE_FILE_STRUCTURE.md @@ -1,3 +1,8 @@ +## +# THIS IS THE RUCTE TEMPLATE STRUCTURE +# TODO - Document the Yew Templates +## + ``` aardwolf-templates/ ├── compiled_templates -- This is where the rust-compiled templates end up