From 272af87098da7402cc1de87a3a47d4acd73bd517 Mon Sep 17 00:00:00 2001 From: Ethan-Strominger <32078396+ethanstrominger@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:48:15 -0400 Subject: [PATCH] Add reference to Table and API instructions in CONTRIBUTING.md. (#332) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc9cb1f5..fdbf2d53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -244,7 +244,7 @@ git checkout -b -15 ### 4.3 Make changes -Make changes to fix the issue. +Make changes to fix the issue. If creating a new table or API, read [Add Model and API End Points](./docs/how-to/add-model-and-api-endpoints.md). ### 4.4 Pull to get the most recent code