From fa8cdab9de89027552b74979e28d7caf5c35fa36 Mon Sep 17 00:00:00 2001 From: sapunyangkut <302607731+sapunyangkut@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:59:15 +0800 Subject: [PATCH 1/2] docs: add support question issue template --- .github/ISSUE_TEMPLATE/support_question.md | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/support_question.md diff --git a/.github/ISSUE_TEMPLATE/support_question.md b/.github/ISSUE_TEMPLATE/support_question.md new file mode 100644 index 000000000..547a1c0ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support_question.md @@ -0,0 +1,40 @@ +--- +name: Support question +about: Ask for help with using First Tree or its documentation. +title: "[Question] " +labels: question +assignees: "" +--- + +Before posting, review [SUPPORT.md](../../SUPPORT.md). Do not disclose suspected vulnerabilities here; follow [SECURITY.md](../../SECURITY.md) instead. + +## Affected Surface + +- CLI +- web +- server +- docs +- GitHub integration +- other + +## Version and Installation + +- version or commit: +- install method or source checkout: +- operating system or browser, if relevant: + +## Command, Screen, or Workflow + +Provide the exact command, screen, or workflow involved. + +## Expected Behavior + +What did you expect to happen? + +## What I Tried + +What have you already tried, and what happened? + +## Additional Context + +Add non-sensitive logs, screenshots, or related links. From 1d7eb6f44d549f3b376db8c418f9a5725b06af5f Mon Sep 17 00:00:00 2001 From: sapunyangkut <302607731+sapunyangkut@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:07:34 +0800 Subject: [PATCH 2/2] docs: fix issue template policy links --- .github/ISSUE_TEMPLATE/support_question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support_question.md b/.github/ISSUE_TEMPLATE/support_question.md index 547a1c0ed..4feefd7a7 100644 --- a/.github/ISSUE_TEMPLATE/support_question.md +++ b/.github/ISSUE_TEMPLATE/support_question.md @@ -6,7 +6,7 @@ labels: question assignees: "" --- -Before posting, review [SUPPORT.md](../../SUPPORT.md). Do not disclose suspected vulnerabilities here; follow [SECURITY.md](../../SECURITY.md) instead. +Before posting, review [SUPPORT.md](https://github.com/agent-team-foundation/first-tree/blob/main/SUPPORT.md). Do not disclose suspected vulnerabilities here; follow [SECURITY.md](https://github.com/agent-team-foundation/first-tree/blob/main/SECURITY.md) instead. ## Affected Surface