From 846f8756cc7c457ccf1876ab0a6981333eae7d0a Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Mon, 19 May 2025 19:14:20 -0400 Subject: [PATCH] added pull request template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 0000000..163df72 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Changes: +- ... + + +## TODO: +- [ ] ❗ If this PR includes a new database schema migration, following steps are completed: [Database Version Migration](https://pep.databio.org/pephub/developer/pepdbagent/database_version_migration/) +- [ ] Version of pepdbagent updated in `__version__.py` file +- [ ] Changelog updated \ No newline at end of file