From 3eae4af469db24f8c66bc564a20ddf36d1fd2297 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 22 Jan 2025 16:13:19 -0800 Subject: [PATCH] chore: gitea --- {.forgejo => .gitea}/issue_template/bug_report.yaml | 2 +- {.forgejo => .gitea}/issue_template/config.yml | 0 {.forgejo => .gitea}/issue_template/feature_proposal.yml | 2 +- {.forgejo => .gitea}/issue_template/other.yml | 2 +- {.forgejo => .gitea}/pull_request_template.yml | 2 -- 5 files changed, 3 insertions(+), 5 deletions(-) rename {.forgejo => .gitea}/issue_template/bug_report.yaml (98%) rename {.forgejo => .gitea}/issue_template/config.yml (100%) rename {.forgejo => .gitea}/issue_template/feature_proposal.yml (97%) rename {.forgejo => .gitea}/issue_template/other.yml (97%) rename {.forgejo => .gitea}/pull_request_template.yml (98%) diff --git a/.forgejo/issue_template/bug_report.yaml b/.gitea/issue_template/bug_report.yaml similarity index 98% rename from .forgejo/issue_template/bug_report.yaml rename to .gitea/issue_template/bug_report.yaml index 6deb616..bf17745 100644 --- a/.forgejo/issue_template/bug_report.yaml +++ b/.gitea/issue_template/bug_report.yaml @@ -2,7 +2,7 @@ name: 🐛 Bug Report description: Something isn't working as expected? Let us know! title: '[BUG] - ' labels: - - "🚦 status: awaiting triage" + - "status/awaiting triage" body: - type: checkboxes id: attestations diff --git a/.forgejo/issue_template/config.yml b/.gitea/issue_template/config.yml similarity index 100% rename from .forgejo/issue_template/config.yml rename to .gitea/issue_template/config.yml diff --git a/.forgejo/issue_template/feature_proposal.yml b/.gitea/issue_template/feature_proposal.yml similarity index 97% rename from .forgejo/issue_template/feature_proposal.yml rename to .gitea/issue_template/feature_proposal.yml index d833b94..b3fae97 100644 --- a/.forgejo/issue_template/feature_proposal.yml +++ b/.gitea/issue_template/feature_proposal.yml @@ -2,7 +2,7 @@ name: 💭 Feature Proposal description: Have an idea for how we can improve? Share it here! title: '[FEAT] - ' labels: - - "🚦 status: awaiting triage" + - "status/awaiting triage" body: - type: checkboxes id: attestations diff --git a/.forgejo/issue_template/other.yml b/.gitea/issue_template/other.yml similarity index 97% rename from .forgejo/issue_template/other.yml rename to .gitea/issue_template/other.yml index 680e7a7..2f1335f 100644 --- a/.forgejo/issue_template/other.yml +++ b/.gitea/issue_template/other.yml @@ -2,7 +2,7 @@ name: ❓ Other Issue description: I have something that is neither a bug nor a feature request. title: '[OTHER] - ' labels: - - "🚦 status: awaiting triage" + - "status/awaiting triage" body: - type: checkboxes id: attestations diff --git a/.forgejo/pull_request_template.yml b/.gitea/pull_request_template.yml similarity index 98% rename from .forgejo/pull_request_template.yml rename to .gitea/pull_request_template.yml index 37d43f4..2d2fbf3 100644 --- a/.forgejo/pull_request_template.yml +++ b/.gitea/pull_request_template.yml @@ -1,7 +1,5 @@ name: "Pull Request Template" about: "Template for pulls" -labels: - - "🔍 pull: ready for review" body: - type: textarea id: explain