From 67fe7e61426aaf61554318a067d54c783d2b1f64 Mon Sep 17 00:00:00 2001 From: Munyay Holdings LLC Date: Tue, 23 Dec 2025 18:42:34 -0500 Subject: [PATCH 1/4] Add custom agent template file Created a template for a custom agent configuration. --- .github/agents/my-agent.agent.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/agents/my-agent.agent.md diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md new file mode 100644 index 0000000..39a8426 --- /dev/null +++ b/.github/agents/my-agent.agent.md @@ -0,0 +1,13 @@ +--- +# Fill in the fields below to create a basic custom agent for your repository. +# The Copilot CLI can be used for local testing: https://gh.io/customagents/cli +# To make this agent available, merge this file into the default repository branch. +# For format details, see: https://gh.io/customagents/config + +name: +description: +--- + +# My Agent + +Describe what your agent does here... From 3b04228e80a09d8d93a00b03c3bbdaf8c7a530ce Mon Sep 17 00:00:00 2001 From: Munyay Holdings LLC Date: Wed, 24 Dec 2025 16:22:40 -0500 Subject: [PATCH 2/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..3e4fd96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: '' labels: '' -assignees: '' +assignees: joe10832, Copilot --- From aeb15f81945c7cec7190590bd022e9283a0f2ed6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 06:21:25 +0000 Subject: [PATCH 3/4] Initial plan From b21768a363d05a0bf7b3150fca9151632b884f6b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:16:25 +0000 Subject: [PATCH 4/4] Initial plan