The Basics of Contributing to Prefect
Hey there! Most open source projects have a contributing guide on their GitHub readme (see
https://github.com/PrefectHQ/prefect#contributing )
The direct link to the contributing guide is here:
https://docs.prefect.io/contributing/overview/
For open source projects, you're typically going to go to the project's issues. If you're newer to software, filter for issues that have the tag "good first issue". You can find those on the main Prefect here:
https://github.com/PrefectHQ/prefect/labels/good%20first%20issue
Prefect collections have their own repos, with their own issues. If you are especially comfortable with one of integrations associated with a collection, that could be a great place to start contributing. See if there is a requested block, or see if there is functionality that is either requested or that you would like to add.
Good luck and let me know if you have any other questions!