From e2104c0408e1c900af4421e1221842a8bcfe5248 Mon Sep 17 00:00:00 2001 From: Dilan Pathirana <59329744+dilpath@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:35:37 +0200 Subject: [PATCH] Update pull request template for PEtab labels --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d26a783..47d6697 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,6 +17,7 @@ - [ ] A "simulated data" measurement table is included, using the nominal parameters - [ ] A visualization table is included, that can be used with the simulated data to reproduce figures from the original publication - [ ] The PEtab problem is valid (check with e.g. `petablint -vy problem.yaml`) + - [ ] Labels (e.g. `parameterName` in the parameter table or `xLabel` in the visualization table) encode special characters with tex-style strings instead of unicode, e.g. use `H$_2$O` for water. - [ ] The PEtab problem author(s) are assigned to the GitHub issue - [ ] The README has been updated with `bmp-create-overview --update` (requires `pip install -e src/python` from the repository root) - [ ] The new PEtab problem row in the generated table has the correct reference (and other entries)