From 66b69a8070a5d7af4f6270973e883ccc2e8e535c Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Thu, 25 Jun 2026 13:30:56 +0200 Subject: [PATCH 1/2] Advise on how to file issues or feature requests Advise to report problems or suggest features by opening an issues against the Medley report even if it's about other subsystems or repos. This is our only issue tracker. Signed-off-by: Paolo Amoroso --- content/en/project/getInvolved/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/project/getInvolved/_index.md b/content/en/project/getInvolved/_index.md index 4bf6f76c..4f7e4bfd 100644 --- a/content/en/project/getInvolved/_index.md +++ b/content/en/project/getInvolved/_index.md @@ -20,6 +20,8 @@ There several ways to get involved in the Medley Interlisp Project, depending on We're actively trying to improve the new user experience, but don't expect a polished commercial product--we're still in the middle of restoration. But things are pretty stable. Reading the [Medley primer](https://primer.interlisp.org) and checking out the system at [online.interlisp.org](https://online.interlisp.org) should get you started. This is an opportunity to [let us know how the primer helps you](https://github.com/Interlisp/medley/issues/new?template=primer.yml) learn the basics of Medley. +To report problems or suggest new features [open an issue against the GitHub repository of Medley](https://github.com/Interlisp/medley/issues/new/choose), even if it's about Maiko or other Medley subsystems or repositories. + ## 2. GitHub We work primarily through [the Interlisp repositories on GitHub](https://github.com/Interlisp). While there are several repositories for the project, issues (problem reports) are to be found in the [medley repo issue list](https://github.com/Interlisp/medley/issues). If you have a GitHub account, you can watch the repositories of interest (medley, maiko, online). From 98c945aac381bb4bab1ec60701366bf3df333e78 Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Thu, 25 Jun 2026 13:58:37 +0200 Subject: [PATCH 2/2] Revise link text for opening issues Shorten the text on how to report issues. Signed-off-by: Paolo Amoroso --- content/en/project/getInvolved/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/project/getInvolved/_index.md b/content/en/project/getInvolved/_index.md index 4f7e4bfd..8d938f24 100644 --- a/content/en/project/getInvolved/_index.md +++ b/content/en/project/getInvolved/_index.md @@ -20,7 +20,7 @@ There several ways to get involved in the Medley Interlisp Project, depending on We're actively trying to improve the new user experience, but don't expect a polished commercial product--we're still in the middle of restoration. But things are pretty stable. Reading the [Medley primer](https://primer.interlisp.org) and checking out the system at [online.interlisp.org](https://online.interlisp.org) should get you started. This is an opportunity to [let us know how the primer helps you](https://github.com/Interlisp/medley/issues/new?template=primer.yml) learn the basics of Medley. -To report problems or suggest new features [open an issue against the GitHub repository of Medley](https://github.com/Interlisp/medley/issues/new/choose), even if it's about Maiko or other Medley subsystems or repositories. +To report problems or suggest new features [open an issue](https://github.com/Interlisp/medley/issues/new/choose) in the Medley GitHub repository. We track all issues against the project from this repository. ## 2. GitHub