From 3219e7527ec264d0cc00153d031863c8014937cf Mon Sep 17 00:00:00 2001 From: Jeremy Tregunna Date: Wed, 23 Apr 2025 03:14:19 -0600 Subject: [PATCH] docs: remove extra character in contribution guidelines --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2810404..3680710 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ This is not a democracy. The project is maintained by a *benevolent dictator*--t - **Feature Suggestions**: Open to ideas, but keep them aligned with the project's direction. Off-mission PRs will be closed. - **Bug Fixes**: Fixes must include tests that directly verifies the issue described in the report. If the bug can't be demonstrated, it doesn't exist (or at least, it's not our problem). -- **Test Coverage**: PRs that improve test coverage are encouraged. If nthere's a need to refactor code to enable testing, that's acceptable--but any touched area must remain fully covered. Incomplete refactors or those introducing new test gaps will be rejected. +- **Test Coverage**: PRs that improve test coverage are encouraged. If there's a need to refactor code to enable testing, that's acceptable--but any touched area must remain fully covered. Incomplete refactors or those introducing new test gaps will be rejected. 3. **Code Style & Quality**