From 13f1a1d4f8cd12ac8f38e2d1a2c6715f2871f4c8 Mon Sep 17 00:00:00 2001 From: ludamad Date: Tue, 14 Nov 2023 15:18:35 +0300 Subject: [PATCH] chore: clarify that barretenberg mirror should not take PRs (#3303) We can't disable PRs there unfortunately. Next best thing. We should revisit the mirror, but for now it has new bb issues. --- barretenberg/.github/pull_request_template.md | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/barretenberg/.github/pull_request_template.md b/barretenberg/.github/pull_request_template.md index 49820bdd9f8..6d43dc470de 100644 --- a/barretenberg/.github/pull_request_template.md +++ b/barretenberg/.github/pull_request_template.md @@ -1,16 +1,6 @@ -# Description - -Please provide a paragraph or two giving a summary of the change, including relevant motivation and context. - -# Checklist: - -- [ ] I have reviewed my diff in github, line by line. -- [ ] Every change is related to the PR description. -- [ ] The branch has been merged with/rebased against the head of its merge target. -- [ ] There are no unexpected formatting changes, superfluous debug logs, or commented-out code. -- [ ] There are no circuit changes, OR a cryptographer has been assigned for review. -- [ ] New functions, classes, etc. have been documented according to the doxygen comment format. Classes and structs must have `@brief` describing the intended functionality. -- [ ] If existing code has been modified, such documentation has been added or updated. -- [ ] No superfluous `include` directives have been added. -- [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) to any issue(s) it resolves. -- [ ] I'm happy for the PR to be merged at the reviewer's next convenience. +:warning: :warning: :warning: DO NOT CREATE THIS PR. :warning: :warning: :warning: +You are creating a PR into the wrong repository. +Please migrate your PR to https://github.com/AztecProtocol/aztec-packages/pulls with `scripts/migrate_barretenberg_branch.sh` in the aztec-packages repo. +``` +Usage: scripts/migrate_barretenberg_branch.sh +```