From 533962ab38784cb6adb6f983bf0766c25d626d17 Mon Sep 17 00:00:00 2001 From: marc1uk Date: Fri, 15 Nov 2024 18:01:55 +0000 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..7eef039fc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## Describe your changes + +## Checklist before submitting your PR +- [ ] 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 +- [ ] 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) + +## Additional Material +Attach any validation or demonstration files here. You may also link to relavant docdb articles.