From ff2b20a315f1d25a041f4c7abdc530c0326a94b8 Mon Sep 17 00:00:00 2001 From: Joe-Huber Date: Tue, 9 Jun 2026 16:18:21 -0500 Subject: [PATCH 1/2] Create update-tool.md --- .github/ISSUE_TEMPLATE/update-tool.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/update-tool.md diff --git a/.github/ISSUE_TEMPLATE/update-tool.md b/.github/ISSUE_TEMPLATE/update-tool.md new file mode 100644 index 0000000..a27fac6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/update-tool.md @@ -0,0 +1,28 @@ +--- +name: Update Tool +about: Request an update to an existing tool listing +title: "[UPDATE TOOL]" +labels: Update AI Tool +assignees: Joe-Huber + +--- + +### Tool Name + +### Current Tool Link + +### What Needs Updating? + +### Updated Category + +### Updated Description + +### Updated Free Tier + +### Updated Score + +### Updated Tags + +### Reason for Update + +### Notes From 2f769cbb8b853741bf8231e188ec236aa1a46383 Mon Sep 17 00:00:00 2001 From: Joe-Huber Date: Tue, 9 Jun 2026 16:21:26 -0500 Subject: [PATCH 2/2] feat: add repo change issue --- .github/ISSUE_TEMPLATE/repo-change.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/repo-change.md diff --git a/.github/ISSUE_TEMPLATE/repo-change.md b/.github/ISSUE_TEMPLATE/repo-change.md new file mode 100644 index 0000000..0530534 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/repo-change.md @@ -0,0 +1,21 @@ +--- +name: Repo Change +about: Suggest a repository change, such as a new category, script update, docs change, or workflow improvement +title: "[REPO CHANGE]" +assignees: Joe-Huber + +--- + +### Change Type + +### Summary + +### Why Is This Needed? + +### Proposed Change + +### Files or Areas Affected + +### Expected Outcome + +### Notes