From c12664884ee9595f82f7f8d4af13bfe629a7e328 Mon Sep 17 00:00:00 2001 From: TrialDragon <31419708+TrialDragon@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:00:34 -0800 Subject: [PATCH 1/2] Make the developing docs more visible At the moment it's not entirely obvious to find the relevant info on how to contribute, especially with how this site seems to use a lot of custom tech. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0d5ff85..50c8549 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ Each issue collects a variety of links. - Some PRs get opened each week. These afford the community the opportunity to get involved by running the relevant code and reviewing the PRs so code can be merged. - **Opened Issues** - Issues which have just been opened might need a reproduction or could be fixed by you! + +## Want to Help? +See [our development docs](/docs/developing.md) From 7231ae7b9f463882e1fba12579dc210d8343c020 Mon Sep 17 00:00:00 2001 From: TrialDragon <31419708+TrialDragon@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:07:10 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50c8549..8c63dea 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Each issue collects a variety of links. - **Opened Issues** - Issues which have just been opened might need a reproduction or could be fixed by you! -## Want to Help? -See [our development docs](/docs/developing.md) +## Want to Help Maintain the Site? +See [our development docs](/docs/developing.md).