diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..16453a837 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +Resolves [#ISSUE] + +## General + +- [ ] The PR should not contain any spurious changes, i.e. changes that do not relate to the issue linked above + +## If the PR involves changes to annotation properties + +- [ ] tbd + +## If the PR involve changes to the logic (isa, equivalent class) + +- [ ] If an equivalent class axiom is added, a "dc:conformsTo" annotation needs to be added linking to the corresponding design pattern +- [ ] If a class is changed that has any indirect children, associated with them (more than two levels of classes underneath), + it must be reviewed by member of core Uberon team + + +[Add a description, mentioning at least relevant #ISSUE and how it was addressed. A bulleted list of all changes performed by the PR is is helpful.]