From b91831b9bba3948711471cd63e2db8909c993c9a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 8 Jun 2026 18:52:50 +0200 Subject: [PATCH] Migrate mise config file Now that we have a .config folder, we can move mise into such folder, to clean up the root of the directory We therefore fix the contributing guide link with new location. Signed-off-by: Jean-Philippe Evrard --- .mise/config.toml => .config/mise.toml | 0 CONTRIBUTING.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .mise/config.toml => .config/mise.toml (100%) diff --git a/.mise/config.toml b/.config/mise.toml similarity index 100% rename from .mise/config.toml rename to .config/mise.toml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6543987..64f9332 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Your system needs at least the following binaries installed: ### Fetch the additional binaries required Please run `make install-tools` once on a fresh repository clone to download necessary developer tools. -Installed tools are listed in [.mise directory](.mise/config.toml). +Installed tools are listed in mise.toml in our .config directory (`.config/mise.toml`). ### Configure your git for the "Certificate of Origin"