Improvement
• 1 minute read

Repository’s Contributing Guidelines available via GraphQL API

Summary

We've added the ability to retrieve a repository's Contributing Guidelines via the GraphQL API. There is a new ContributingGuidelines object that's available under Repository object, when a CONTRIBUTING.md file is…

We've added the ability to retrieve a repository's Contributing Guidelines via the GraphQL API. There is a new ContributingGuidelines object that's available under Repository object, when a CONTRIBUTING.md file is present.

This addition brings API parity with the other Community health files like CODE_OF_CONDUCT.md, which were previously available.

Back to top