From c8fb2160b1a8a792ff854920f6e3c90e189819f7 Mon Sep 17 00:00:00 2001 From: Adam Bowker Date: Mon, 6 Apr 2026 14:24:49 -0700 Subject: [PATCH] Update issue creation guidance in CONTRIBUTING.md Reword guidance on creating issues before changes. --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53fcf85fc..4c6356c0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,9 @@ We love contributions big and small. PostHog Code is the IDE for understanding h 3. Create a branch (`feat/my-change`, `fix/that-bug`) 4. Make your changes and open a pull request -We recommend creating an issue first if one doesn't already exist so we can align on the approach before you invest time. +Issues labeled [`good first issue`](https://github.com/PostHog/code/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22) are a great place to start! + +If an issue does not yet exist for your change, please create one first so we can align on the approach before you invest time. ## Development setup