From d8e96b94f2d854711e4caa1720162055e94aef83 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Mon, 12 Jun 2023 16:44:50 +0300 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 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 0000000000..16453a8375 --- /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.]