From 247cd3d33c029d90c377fa0a7ed70ad090e32495 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 27 Jul 2020 19:36:43 +0200 Subject: [PATCH] Update pull_request_template.md --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index 7ccd6749..767c32f3 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -87,6 +87,7 @@ - The link and description are separated by a dash.
Example: `- [AVA](…) - JavaScript test runner.` - The description starts with an uppercase character and ends with a period. - Consistent and correct naming. For example, `Node.js`, not `NodeJS` or `node.js`. +- Doesn't use [hard-wrapping](https://stackoverflow.com/questions/319925/difference-between-hard-wrap-and-soft-wrap). - Doesn't include a Travis badge.
You can still use Travis for list linting, but the badge has no value in the readme. - Doesn't include an `Inspired by awesome-foo` or `Inspired by the Awesome project` kinda link at the top of the readme. The Awesome badge is enough.