From 26e14f7411f1d0978def9b87d90ad2c462556e41 Mon Sep 17 00:00:00 2001 From: Rosano <1680612+rosano@users.noreply.github.com> Date: Tue, 21 Oct 2025 07:10:09 +0100 Subject: [PATCH] Fix typo --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c4418e9..58c1ce2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ Please make sure you have read [contribution guidelines](https://github.com/capr ### Most important items -- Make sure to communicate your proposed changes ob our Slack channel beforehand. +- Make sure to communicate your proposed changes on our Slack channel beforehand. - Large PRs (50+ lines of code) will get rejected due to increased difficulty for review - unless they have been communicated beforehand with project maintainers. - **Refactoring work will get rejected** unless it's been communicated with project's maintainers **beforehand**. There is a thousand ways to write the same code. Every time a code is changed, there is a potential for a new bug. We don't want to refactor the code just for the sake of refactoring.