From 77edf6ed3aa9550f60e9ca47be25d82eba52232f Mon Sep 17 00:00:00 2001 From: it-education-md Date: Sat, 28 Feb 2026 20:44:19 -0600 Subject: [PATCH] [2.x] fix: Fix typo in CONTRIBUTING guide **Problem** CONTRIBUTING.md contains a typo: "guideslins" in the issue reporting sentence. **Solution** Replace "guideslins" with "guidelines" in CONTRIBUTING.md. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 042600671..9f8e79049 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ There are lots of ways to contribute to sbt ecosystem depending on your interest - Review pull requests. - Documentation fixes and contributions are as much welcome as to patching the core. Visit [sbt/website][documentation] to learn about how to contribute. -For the issue reporting guideslins, jump to [issues](#issues). +For the issue reporting guidelines, jump to [issues](#issues). Ideas and proposals -------------------