From cdf783ce2448e28f545ecc9b48af0908594b2006 Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Thu, 31 Jul 2025 13:55:32 +0200 Subject: [PATCH] Updated the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 83ca10a5..88b18c4d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,11 @@ - -We do accept contributions in the [documentation repository](https://github.com/solidtime-io/docs) f.e. to add new self-hosting guides. ---> +- Fixes #XXXX (GitHub issue number) + +## Checklist (DO NOT REMOVE) + +- [ ] I read the [contributing guide](https://github.com/solidtime-io/solidtime/blob/main/CONTRIBUTING.md) +- [ ] I signed the [Contributor License Agreement](https://cla-assistant.io/solidtime-io/solidtime). +- [ ] I commented my code, particularly in hard-to-understand areas