From e4a0783258bebec624cb7776720770dfaacb3bad Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" Date: Sat, 2 Dec 2017 22:24:04 -0500 Subject: [PATCH] Add documentation as a contribution type to PR template --- .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 3101602..6c9b07c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,6 +20,7 @@ * This is a… * [ ] Bug fix * [ ] Feature addition + * [ ] Documentation * [ ] Refactoring * [ ] Minor / simple change (like a typo) * [ ] Other