From 2555de269ab3658f79d63b583ebb930c858bb8b5 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 9 Apr 2026 08:22:53 -1000 Subject: [PATCH] chore: add GitHub issue templates Bug report template (includes gbrain doctor --json field) and feature request template. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++ .gitignore | 1 + 3 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..7f23f05f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Something isn't working +labels: bug +--- + +**What happened?** + + +**What did you expect?** + + +**Steps to reproduce** +1. +2. +3. + +**Environment** +- gbrain version: (`gbrain version`) +- OS: +- Bun version: (`bun --version`) +- Database: Supabase / self-hosted Postgres + +**`gbrain doctor --json` output** +```json +(paste output here) +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..3f7a4cd09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature Request +about: Suggest an improvement +labels: enhancement +--- + +**What problem does this solve?** + + +**What does the solution look like?** + + +**Alternatives considered** + diff --git a/.gitignore b/.gitignore index 2d845166f..8d7ebe96b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ bin/ .env.testing .18a49dfd730ff378-00000000.bun-build .18a49f9dfb996f70-00000000.bun-build +.gstack/