From ce2c08b368ae0be54a361b6d3fdc95da2260d343 Mon Sep 17 00:00:00 2001 From: Orta Date: Tue, 3 Apr 2018 14:01:58 -0400 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 70eb30d2..39981ede 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,8 +8,10 @@ BEFORE SUBMITTING AN ISSUE:   you do not need to open a new issue — please add a 👍 reaction to the existing issue instead. -2. If you are requesting a new option, your request will almost certainly be denied. - Please read why here: https://prettier.io/docs/en/option-philosophy.html +2. We get a lot of requests for adding options, but Prettier is + built on the priciples of being opinionated about code formatting. + This means we have a very high bar for adding new options. + Find out more: https://prettier.io/docs/en/option-philosophy.html 3. If your issue is with a prettier editor extension or add-on, please open the issue in the repo for that extension or add-on, instead of this repo.