From b0d6d7f4740d570da0a7e4fd37c95c5da1c27102 Mon Sep 17 00:00:00 2001 From: bc-andreadao <96258747+bc-andreadao@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:39:51 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 098f7f050..00f09f284 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ Thanks for your interest in contributing! ## Edit * **Edit:** Fork the repository and edit with your preferred editor. We recommend [VS Code](https://code.visualstudio.com/). -* **Lint:** Check for errors using [Spectral](https://stoplight.io/open-source/spectral) or another OAS linter. +* **Lint:** Check for errors using [Spectral](https://stoplight.io/open-source/spectral) or another OAS linter. Schemas are written in OpenAPI 3.0 YAML format. * **Commit:** Write good commit messages using the guidelines in the following section. * **Push** to your fork to ensure that your pull request contains the most up-to-date version of your code.