You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ We love contributions big and small. PostHog Code is the IDE for understanding h
9
9
3. Create a branch (`feat/my-change`, `fix/that-bug`)
10
10
4. Make your changes and open a pull request
11
11
12
-
We recommend creating an issue first if one doesn't already exist so we can align on the approach before you invest time.
12
+
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!
13
+
14
+
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.
0 commit comments