integrations / integrations/terraform-provider-github
[MAINT]: Document naming convention regarding plural and singular
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 8
Description
### Describe the need
The general pattern has been to use plural on collections and singular on single resource operations.
For instance, repository collaborators ([single](https://github.com/integrations/terraform-provider-github/blob/main/github/resource_github_repository_collaborator.go), [collection](https://github.com/integrations/terraform-provider-github/blob/main/github/resource_github_repository_collaborators.go)) implements this approach.
We need to document in our contributor docs this pattern for future work.
### SDK Version
_No response_
### API Version
_No response_
### Relevant log output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.