From 3fc9a2145cbf85cef6beecbf6f5103295123c478 Mon Sep 17 00:00:00 2001 From: marc1uk Date: Fri, 15 Nov 2024 19:33:50 +0000 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7eef039fc..3d4c3df93 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ - [ ] This PR implements a single change (one new/modified Tool, or a set of changes to implement one new/modified feature) - [ ] This PR alters the minimum number of files to affect this change - [ ] If this PR includes a new Tool, a README and minimal demonstration ToolChain is provided -- [ ] If a new Tool/ToolChain requires model or configuration files, means of generating those files is described in the readme, and examples are provided on /pnfs/annie/persistent +- [ ] If a new Tool/ToolChain requires model or configuration files, their paths are not hard-coded, and means of generating those files is described in the readme, with examples provided on /pnfs/annie/persistent - [ ] For every `new` usage, there is a reason the data must be on the heap - [ ] For every `new` there is a `delete`, unless I explicitly know why (e.g. ROOT or a BoostStore takes ownership)