From 7a76598eed111430184ee242e29af7d85862dc36 Mon Sep 17 00:00:00 2001 From: Jonas Huber <38939526+jh-RLI@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:01:35 +0100 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 42b42c3..91c3b93 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,13 +5,13 @@ Describe the findings of the discussion in the issue or meeting. ## Type of change (CHANGELOG.md) ### Added -- Add a new class [(#)](https://github.com/rl-institut/super-repo/pull/) +- Add a new datamodel [(#)](https://github.com/rl-institut/super-repo/pull/) ### Updated -- Update a definition [(#)](https://github.com/rl-institut/super-repo/pull/) +- Update a datamodel [(#)](https://github.com/rl-institut/super-repo/pull/) ### Removed -- Remove a broken link [(#)](https://github.com/rl-institut/super-repo/pull/) +- Remove a entity [(#)](https://github.com/rl-institut/super-repo/pull/) ## Workflow checklist @@ -20,8 +20,8 @@ Describe the findings of the discussion in the issue or meeting. Closes # ### PR-Assignee -- [ ] 🐙 Follow the workflow in [CONTRIBUTING.md](https://github.com/rl-institut/super-repo/blob/develop/CONTRIBUTING.md) -- [ ] 📝 Update the [CHANGELOG.md](https://github.com/rl-institut/super-repo/blob/develop/CHANGELOG.md) +- [ ] 🐙 Follow the workflow in [CONTRIBUTING.md](https://github.com/OpenEnergyPlatform/oedatamodel/blob/develop/CONTRIBUTING.md) +- [ ] 📝 Update the [CHANGELOG.md](https://github.com/OpenEnergyPlatform/oedatamodel/blob/develop/CHANGELOG.md) - [ ] 📙 Update the documentation ### Reviewer