From 5d997886e6d9d02ed47288e4795cf8d7f63f8503 Mon Sep 17 00:00:00 2001 From: Jon Wingender Date: Wed, 5 Aug 2026 18:40:58 -0500 Subject: [PATCH] docs(readme): split issues section into bugs vs feature requests Bugs go through this repo's Issues tab with an ncp doctor ask; feature requests stay pointed at NexusOS-requests so the bug tracker doesn't mix with the planning backlog. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa7d6ce..2e26386 100644 --- a/README.md +++ b/README.md @@ -229,11 +229,15 @@ Promethean/ Python venv (gitignored, built by the installer) ## Issues and feature requests -Planned work and feature requests now live in -[NexusOS-requests](https://git.enderofwings.com/enderofwings/NexusOS-requests) -instead of here. Click the link or hit the tab at the top of the repo. +**Bugs** — file in [Issues](https://git.enderofwings.com/enderofwings/NexusOS/issues) +on this repo. Include your OS, GPU vendor, and the relevant slice of +`ncp doctor` output. -Issues can be submitted in the [Issues](https://git.enderofwings.com/enderofwings/NexusOS) section as normal. +**Feature requests and planned work** — these live in +[NexusOS-requests](https://git.enderofwings.com/enderofwings/NexusOS-requests), +not here, so the tracker on this repo stays scoped to things that are broken. +Use the **Requests** tab at the top of the repo, next to Issues and Pull +Requests, or follow the link above. ---