From 3e258858234124d1c5a19b9029201460451eb023 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 3 Jan 2025 11:39:02 -0600 Subject: [PATCH] Update description for .yml files --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c203ee1..201a1cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ Meta files in the root of the repository - `.*` - configuration files in the root of the repository - `*.md` - Project documentation in the root of the repository -- `*.yml` - Project documentation in the root of the repository +- `*.yml` - build automation files - `.devcontainer/*` - devcontainer configuration files - `.github/**/*` - GitHub templates, actions, and other meta files - `.vscode/**/*` - VS Code extension configurations