From 84cd77b5d2d5a6b4ae4575e73b32c504ecb7c7ee Mon Sep 17 00:00:00 2001 From: William Fawcett Date: Wed, 3 Jun 2026 16:57:41 +0100 Subject: [PATCH 1/2] Ensure all changes must be in English --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35528fd..82b0a49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,10 @@ Thank you for your interest in contributing! `eve-mcp` is an MCP server that exposes the EVE (Earth Virtual Expert) API as a set of MCP tools. See the [README](README.md) for what the project does and how to use it. +## Language + +All commit messages, code, and comments must be in English. + ## Development setup Clone with submodules and install with Poetry: From c4d488f3692aba6be7f52d65d0121b9795fbd270 Mon Sep 17 00:00:00 2001 From: William Fawcett Date: Wed, 3 Jun 2026 16:59:10 +0100 Subject: [PATCH 2/2] Fix title --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82b0a49..4f793ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for your interest in contributing! `eve-mcp` is an MCP server that exposes the EVE (Earth Virtual Expert) API as a set of MCP tools. See the [README](README.md) for what the project does and how to use it. -## Language +## Language All commit messages, code, and comments must be in English.