From b80be4ab52fa2f18190ccaeb86d512ced9703b85 Mon Sep 17 00:00:00 2001 From: Patrick McLaughlin Date: Wed, 6 Nov 2024 12:22:39 -0500 Subject: [PATCH] chore: add instructions for copilot workspace --- .github/copilot-workspace/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/copilot-workspace/CONTRIBUTING.md diff --git a/.github/copilot-workspace/CONTRIBUTING.md b/.github/copilot-workspace/CONTRIBUTING.md new file mode 100644 index 00000000..1e806385 --- /dev/null +++ b/.github/copilot-workspace/CONTRIBUTING.md @@ -0,0 +1,3 @@ +The packages in this repository are published using semantic-release. Use the +Conventional Commit standard for all commit messages. Possible scopes include `feat`, +`fix`, `chore`, `ci`, and `docs`.