From 1630e205b484d7e401ea816e7f6e75578e89eaa7 Mon Sep 17 00:00:00 2001 From: Raquel Smith Date: Thu, 14 Mar 2024 12:16:36 -0700 Subject: [PATCH] chore: add self-hosted question to PR template (#20934) add self-hosted question to PR template --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 98424e82485..8b6f5367c6e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,11 @@ -👉 *Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review.* +👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ + +## Does this work well for both Cloud and self-hosted? + + ## How did you test this code?