From fdde74959acf97dc99780f4184699fd0bb96aba8 Mon Sep 17 00:00:00 2001 From: matevip Date: Mon, 20 Apr 2026 20:29:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20drop=20.github/=20=E2=80=94=20this=20r?= =?UTF-8?q?epo=20is=20a=20read-only=20mirror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributions land in the upstream private tracker, not here. Removing .github avoids confusing contributors into opening PRs against a mirror that never merges directly. --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index f5319ba9..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -## Dream v2 PR Checklist - -- [ ] Only modifies current Phase scope; no future Phase undecided designs introduced -- [ ] Feature flag defaults to off -- [ ] `scripts/rfc-lint.sh` passes locally -- [ ] New Flyway migrations exist in both h2/ and mysql/ directories -- [ ] New `@Scheduled` cron expressions documented in application.yml with stagger rationale -- [ ] Phase 1 PR: `recall_count / daily_count` regression test passes -- [ ] Phase 3 PR: `mate_fact` two-write-path SQL-level guard test passes - -Related RFC: