Skip to content

Commit bc8fae9

Browse files
authored
Update issue creation guidance in CONTRIBUTING.md (#1510)
1 parent 18502c7 commit bc8fae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ We love contributions big and small. PostHog Code is the IDE for understanding h
99
3. Create a branch (`feat/my-change`, `fix/that-bug`)
1010
4. Make your changes and open a pull request
1111

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.
1315

1416
## Development setup
1517

0 commit comments

Comments
 (0)