From bf4d5f07fb98861e3d6305e7a402b707966cda21 Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Mon, 11 Nov 2024 17:33:24 -0500 Subject: [PATCH] remove PR template from synced files (#118) --- .github/sync.yml | 2 -- template_prs/auto_release_repo_pr.md | 42 ---------------------------- 2 files changed, 44 deletions(-) delete mode 100644 template_prs/auto_release_repo_pr.md diff --git a/.github/sync.yml b/.github/sync.yml index 80072c2..18b832f 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -31,8 +31,6 @@ group: dest: .github/workflows/release.yaml - source: template_configs/.autorc dest: .autorc - - source: template_prs/auto_release_repo_pr.md - dest: .github/pull_request_template.md repos: | neurobagel/query-tool neurobagel/api diff --git a/template_prs/auto_release_repo_pr.md b/template_prs/auto_release_repo_pr.md deleted file mode 100644 index f99181b..0000000 --- a/template_prs/auto_release_repo_pr.md +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -- Closes # - - -Changes proposed in this pull request: - -- -- - - -## Checklist -_This section is for the PR reviewer_ - -- [ ] PR has an interpretable title with a prefix (`[ENH]`, `[FIX]`, `[REF]`, `[TST]`, `[CI]`, `[MNT]`, `[INF]`, `[MODEL]`, `[DOC]`) _(see our [Contributing Guidelines](https://neurobagel.org/contributing/CONTRIBUTING#pull-request-guidelines) for more info)_ -- [ ] PR has a label for the release changelog or `skip-release` (to be applied by maintainers only) -- [ ] PR links to GitHub issue with mention `Closes #XXXX` -- [ ] Tests pass -- [ ] Checks pass - -For new features: -- [ ] Tests have been added - -For bug fixes: -- [ ] There is at least one test that would fail under the original bug conditions.