From d5cfb663b9cf1ad24e98be39087376bc4954a334 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sun, 2 Aug 2026 20:48:59 -0400 Subject: [PATCH] chore(issues): point the issue chooser at this repo, not upstream Cinny The forked-in Cinny issue setup funneled reporters to the upstream project: - config.yml disabled blank issues and linked to cinnyapp/cinny GitHub Discussions - preapproved.md was Cinny's "do not open an issue, use Discussions" template (Gitea has no Discussions anyway) Replace it with a Lotus setup: enable blank issues, drop the upstream contact link, and add Bug Report + Feature Request templates. Now /issues/new/choose offers Lotus templates and files against this repo. Co-Authored-By: Claude Opus 4.8 --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 6 +---- .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++ .github/ISSUE_TEMPLATE/preapproved.md | 9 -------- 4 files changed, 43 insertions(+), 14 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/preapproved.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..748871ecf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Report something that isn't working in Lotus Chat +title: '' +labels: bug +--- + +**Describe the bug** +A clear and concise description of what went wrong. + +**Steps to reproduce** + +1. Go to '...' +2. Click on '...' +3. See error + +**Expected behavior** +What you expected to happen instead. + +**Client info** + +- Lotus Chat version (Settings → Help & About): +- Platform: Web / Desktop (Windows / macOS / Linux) +- Browser + version (if web): + +**Screenshots / logs** +If applicable, add screenshots or the browser devtools console output. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a5eea79c2..0086358db 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1 @@ -blank_issues_enabled: false -contact_links: - - name: Features, Bug Reports, Questions - url: https://github.com/cinnyapp/cinny/discussions/new/choose - about: Our preferred starting point if you have any questions or suggestions about features or behavior. +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..274c891b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature Request +about: Suggest an idea or improvement for Lotus Chat +title: '' +labels: enhancement +--- + +**What would you like?** +A clear and concise description of the feature or change. + +**Why / use case** +What problem does it solve, or what does it make better? + +**Alternatives considered** +Any workarounds or other approaches you've thought about. diff --git a/.github/ISSUE_TEMPLATE/preapproved.md b/.github/ISSUE_TEMPLATE/preapproved.md deleted file mode 100644 index 485e727e6..000000000 --- a/.github/ISSUE_TEMPLATE/preapproved.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Pre-Discussed and Approved Topics -about: |- - Only for topics already discussed and approved in the GitHub Discussions section. ---- - -**DO NOT OPEN A NEW ISSUE. PLEASE USE THE DISCUSSIONS SECTION.** - -**I DIDN'T READ THE ABOVE LINE. PLEASE CLOSE THIS ISSUE.**