From fa06fa07e3b33b2b8bb6d8a9364e7c2ba4764eb3 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sun, 27 Jun 2021 17:53:58 -0500 Subject: [PATCH] Add Docs as a checkmark category for PR's coming directly (#2087) ...like mine! --- .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 d399ca557..6301def49 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,6 +13,7 @@ If you are introducing a new binding, you must reference an issue where this bin - [ ] Bugfix - [ ] Feature +- [ ] Docs - [ ] New Binding Issue #___ - [ ] Code style update - [ ] Refactor