Update pull_request_template.md

This commit is contained in:
Kasra Bigdeli
2019-11-23 16:25:39 -05:00
committed by GitHub
parent 22ab9b49a6
commit 833b685a4a
+1 -1
View File
@@ -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.