File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
web/book/src/contributing Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 33If you're interested in joining the community to build a better SQL, here are
44ways to start:
55
6- - Star this repo.
6+ - Star the [ repo] ( https://github.com/PRQL/prql ) .
77- Send a link to PRQL to a couple of people whose opinion you respect.
8- - Subscribe to [ Issue #1 ] ( https://github.com/PRQL/prql/issues/1 ) for updates.
9- - Join our [ Discord] ( https://discord.gg/eQcfaCmsNc ) .
8+ - Subscribe to
9+ [ new releases] ( https://www.jessesquires.com/blog/2020/07/30/github-tip-watching-releases/ )
10+ for updates.
1011- Follow us on [ Twitter] ( https://twitter.com/prql_lang ) .
12+ - Join our [ Discord] ( https://discord.gg/eQcfaCmsNc ) .
1113- Find an issue labeled
1214 [ Good First Issue] ( https://github.com/prql/prql/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
1315 and start contributing to the code.
Original file line number Diff line number Diff line change @@ -399,10 +399,7 @@ Currently we release in a semi-automated way:
3993994 . From there, both the tag and release is created and all packages are
400400 published automatically based on our
401401 [ release workflow] ( https://github.com/PRQL/prql/blob/main/.github/workflows/release.yaml ) .
402- 5 . Update Issue < https://github.com/PRQL/prql/issues/1 > so that people will be
403- notified of the change.
404-
405- 6 . Add in the sections for a new Changelog:
402+ 5 . Add in the sections for a new Changelog:
406403
407404 ``` md
408405 ## 0.6.X — [unreleased]
@@ -422,4 +419,7 @@ Currently we release in a semi-automated way:
422419 **New Contributors**:
423420 ```
424421
422+ 6 . Check whether there are [ milestones] ( https://github.com/PRQL/prql/milestones )
423+ that need to be pushed out.
424+
425425We may make this more automated in future; e.g. automatic changelog creation.
You can’t perform that action at this time.
0 commit comments