for provider development you want to include directions for: - what kinds of acc tests are expected. i always reference the aws contrib guide: https://hashicorp.github.io/terraform-provider-aws/running-and-writing-acceptance-tests/ - writing docs using the doc generator plugin - that you should usually create a singular and plural data source for most resources - that changelog entries should be included based on the norms of the provider or an opinion inserted by this repo
for provider development you want to include directions for: