From 64c763c7f5c044fe923d784eb13e2f1d226c573e Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Wed, 27 Feb 2019 08:46:35 +0100 Subject: [PATCH] PULL_REQUEST_TEMPLATE: add space between brackets to enable the edition in the gui Signed-off-by: Nicolas Sebrecht --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 36381f9..95e8933 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,11 +4,11 @@ > Add character x `[x]`. -- [] I've read the [DCO](http://www.offlineimap.org/doc/dco.html). -- [] I've read the [Coding Guidelines](http://www.offlineimap.org/doc/CodingGuidelines.html) -- [] The relevant informations about the changes stands in the commit message, not here in the message of the pull request. -- [] Code changes follow the style of the files they change. -- [] Code is tested (provide details). +- [ ] I've read the [DCO](http://www.offlineimap.org/doc/dco.html). +- [ ] I've read the [Coding Guidelines](http://www.offlineimap.org/doc/CodingGuidelines.html) +- [ ] The relevant informations about the changes stands in the commit message, not here in the message of the pull request. +- [ ] Code changes follow the style of the files they change. +- [ ] Code is tested (provide details). ### References