diff --git a/.github/instructions/spec-tests.instructions.md b/.github/instructions/spec-tests.instructions.md new file mode 100644 index 0000000000..4485639d25 --- /dev/null +++ b/.github/instructions/spec-tests.instructions.md @@ -0,0 +1,8 @@ +--- +applyTo: + - "test/spec/**/*.json" + - "test/spec/**/*.yml" + - "test/spec/**/README.md" +--- +These are unified spec test files copied from the mongodb/specifications repo. +Do not suggest changes to these files. They must match the upstream spec exactly.