From f8a3188fc00b34e7e794dfcff2fc4569a65c445f Mon Sep 17 00:00:00 2001 From: Mathium05 Date: Thu, 20 Aug 2026 14:14:48 -0500 Subject: [PATCH] move .github to .forgejo --- {.github => .forgejo}/ISSUE_TEMPLATE/bug_report.md | 0 {.github => .forgejo}/ISSUE_TEMPLATE/feature_request.md | 0 {.github => .forgejo}/pull_request_template.md | 0 {.github => .forgejo}/workflows/docker-image.yml | 0 {.github => .forgejo}/workflows/tsc-check.yml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .forgejo}/ISSUE_TEMPLATE/bug_report.md (100%) rename {.github => .forgejo}/ISSUE_TEMPLATE/feature_request.md (100%) rename {.github => .forgejo}/pull_request_template.md (100%) rename {.github => .forgejo}/workflows/docker-image.yml (100%) rename {.github => .forgejo}/workflows/tsc-check.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.forgejo/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .forgejo/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.forgejo/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .forgejo/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/pull_request_template.md b/.forgejo/pull_request_template.md similarity index 100% rename from .github/pull_request_template.md rename to .forgejo/pull_request_template.md diff --git a/.github/workflows/docker-image.yml b/.forgejo/workflows/docker-image.yml similarity index 100% rename from .github/workflows/docker-image.yml rename to .forgejo/workflows/docker-image.yml diff --git a/.github/workflows/tsc-check.yml b/.forgejo/workflows/tsc-check.yml similarity index 100% rename from .github/workflows/tsc-check.yml rename to .forgejo/workflows/tsc-check.yml