From 2e2332990563b559c94f5297f20684fececca997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sat, 20 Nov 2021 11:38:19 +0100 Subject: [PATCH] feat(deprecation): deprecate `Event.get_description()` function (#34) --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++------- kosmorrolib/core.py | 12 ++++++++++++ kosmorrolib/model.py | 28 +++++++++++++++++++--------- 3 files changed, 39 insertions(+), 16 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index da1f9a2..38edb77 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,11 @@ -| Q | A -| -------------- | --- -| Bug fix? | yes/no -| New feature? | yes/no -| Related issues | Fix #... -| Has BC-break | yes/no -| License | GNU AGPL-v3 +| Q | A +| -------------- | --- +| Bug fix? | yes/no +| New feature? | yes/no +| Related issues | Fix #... +| Documentation PR | Kosmorrolib/libdoc#... +| Has BC-break | yes/no +| License | GNU AGPL-v3