From 9545d4a56987459d3d1b4591bf9a896d5beaaaa3 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Mon, 23 Aug 2021 12:54:37 -0400 Subject: [PATCH] Change reference to consul repository from master to main (#631) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c2cd7f8bd04..9bb8196ac7a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,7 +133,7 @@ rebase the branch on master, fixing any conflicts along the way before the code + Status `json:"status,omitempty"` } ``` -1. Go to the Consul `api` package for the config entry, e.g. https://github.com/hashicorp/consul/blob/master/api/config_entry_gateways.go +1. Go to the Consul `api` package for the config entry, e.g. https://github.com/hashicorp/consul/blob/main/api/config_entry_gateways.go 1. Copy the top-level fields over into the `Spec` struct except for `Kind`, `Name`, `Namespace`, `Meta`, `CreateIndex` and `ModifyIndex`. In this example, the top-level fields remaining are `TLS` and `Listeners`: