From 833b685a4a657866d8938446fcecbcc2102f543b Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 23 Nov 2019 16:25:39 -0500 Subject: [PATCH] Update pull_request_template.md --- .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 bcb3f31..c4418e9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ Please make sure you have read [contribution guidelines](https://github.com/capr - Make sure to communicate your proposed changes ob 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 maintainers beforehand. +- **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. These rules are strictly enforced to make sure that we can maintain the project moving forward.