From 5ed220b4f83836dc5a3c3653e863b3b35d6c09d8 Mon Sep 17 00:00:00 2001 From: Lucas Faria <12522524+lucasheriques@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:18:01 -0300 Subject: [PATCH] chore: Update pull_request_template.md Adds a new line on the GitHub PR template to reference an open issue to close it automatically when the PR is merged. --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ba2df9d0b..4ca48870b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,9 @@ ... + + + ## Checklist - [ ] Tests for new code (see [advice on the tests we use](https://github.com/PostHog/posthog-js#tiers-of-testing)) - [ ] Accounted for the impact of any changes across different browsers