aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/google/go-github/github/repos_community_health.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/go-github/github/repos_community_health.go')
-rw-r--r--vendor/github.com/google/go-github/github/repos_community_health.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/vendor/github.com/google/go-github/github/repos_community_health.go b/vendor/github.com/google/go-github/github/repos_community_health.go
index b5c75d6..73d1d57 100644
--- a/vendor/github.com/google/go-github/github/repos_community_health.go
+++ b/vendor/github.com/google/go-github/github/repos_community_health.go
@@ -21,10 +21,12 @@ type Metric struct {
// CommunityHealthFiles represents the different files in the community health metrics response.
type CommunityHealthFiles struct {
- CodeOfConduct *Metric `json:"code_of_conduct"`
- Contributing *Metric `json:"contributing"`
- License *Metric `json:"license"`
- Readme *Metric `json:"readme"`
+ CodeOfConduct *Metric `json:"code_of_conduct"`
+ Contributing *Metric `json:"contributing"`
+ IssueTemplate *Metric `json:"issue_template"`
+ PullRequestTemplate *Metric `json:"pull_request_template"`
+ License *Metric `json:"license"`
+ Readme *Metric `json:"readme"`
}
// CommunityHealthMetrics represents a response containing the community metrics of a repository.