From b87f252f6e19246566caecf68dee4121e305ed62 Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Fri, 13 Feb 2026 21:46:24 -0600 Subject: [PATCH] chore(repo): change issue templates to be .github --- {.forgejo => .github}/ISSUE_TEMPLATE/bug-report.yml | 0 {.forgejo => .github}/ISSUE_TEMPLATE/config.yml | 0 {.forgejo => .github}/PULL_REQUEST_TEMPLATE/bug_fix.md | 0 {.forgejo => .github}/PULL_REQUEST_TEMPLATE/new_feature.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {.forgejo => .github}/ISSUE_TEMPLATE/bug-report.yml (100%) rename {.forgejo => .github}/ISSUE_TEMPLATE/config.yml (100%) rename {.forgejo => .github}/PULL_REQUEST_TEMPLATE/bug_fix.md (100%) rename {.forgejo => .github}/PULL_REQUEST_TEMPLATE/new_feature.md (100%) diff --git a/.forgejo/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .forgejo/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.forgejo/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .forgejo/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.forgejo/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md similarity index 100% rename from .forgejo/PULL_REQUEST_TEMPLATE/bug_fix.md rename to .github/PULL_REQUEST_TEMPLATE/bug_fix.md diff --git a/.forgejo/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md similarity index 100% rename from .forgejo/PULL_REQUEST_TEMPLATE/new_feature.md rename to .github/PULL_REQUEST_TEMPLATE/new_feature.md