-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |