From 6e96cd29dc8f6a627c82a820952bc9964f04e902 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 16 Mar 2017 01:30:00 +0300 Subject: [PATCH] Add bash completion to PR template [ci skip] --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6e4f7c42..41e64281 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,5 +17,6 @@ Why this change is important? - [ ] unit-test added (if change is algorithm) - [ ] functional test added/updated (if change is functional) - [ ] man page updated (if applicable) +- [ ] bash completion updated (if applicable) - [ ] documentation updated - [ ] author name in `AUTHORS`