From 75cdfc4e33f57856ab5e5dfed16c5e52643334a7 Mon Sep 17 00:00:00 2001 From: Antelle Date: Mon, 29 Feb 2016 00:18:13 +0300 Subject: [PATCH] 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 af1ae9bc..d854bed8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Thanks for taking the time to contribute! :gift: Please follow these steps: -1. make sure the feature you add not listed in [banned features](https://github.com/antelle/keeweb/wiki/Unsupported-Features) +1. make sure the feature you add is not listed in [banned features](https://github.com/antelle/keeweb/wiki/Unsupported-Features) 2. check compatibility with [the project roadmap](https://github.com/antelle/keeweb/wiki/TODO) and key features: you should not break anything 3. if your feature is introducing a lot of new UI, or is changing any UX or design concept, please, open an issue to discuss it first 4. please, respect existing style in code, styles and markup (hint: install and enable [editorconfig](http://editorconfig.org/) in your editor)