From 79983f34938c20a8cdf3062d1f110086286a114f Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sun, 14 Jan 2018 12:30:39 -0500 Subject: [PATCH] docs/adding-new-rtypes.md: add missing step WRT the feature matrix --- docs/adding-new-rtypes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/adding-new-rtypes.md b/docs/adding-new-rtypes.md index 97bf29a6b..44214dda2 100644 --- a/docs/adding-new-rtypes.md +++ b/docs/adding-new-rtypes.md @@ -52,6 +52,7 @@ a minimum. * Add the capability to the file `dnscontrol/providers/capabilities.go` (look for `CanUseAlias` and add it to the end of the list.) +* Add this feature to the feature matrix in `dnscontrol/build/generate/featureMatrix.go` (Add it to the variable `matrix` then add it later in the file with a `setCap()` statement. * Mark the `bind` provider as supporting this record type by updating `dnscontrol/providers/bind/bindProvider.go` (look for `providers.CanUs` and you'll see what to do). ## Step 3: Add a helper function