- The contributing guide has been read
- Title follows the conventional commits format
- Body includes
Closes <issue>, if available - Relevant labels have been added
-
Draftstatus is used until ready for review
- Unit tests are added/updated
- Acceptance tests are added/updated (including import tests, when needed)
- Documentation is added (generated by
make docsfrom source code) - When applicable, provide a link back to the relevant page in the Prefect documentation site. - For resources, the following are added:
- Resource example under
examples/resources/prefect_<name>/resource.tf- Import example underexamples/resources/prefect_<name>/import.sh - For datasources, the following is added:
- Datasource example under
examples/data-sources,resources>/prefect_<name>/data-source.tf