From 3c3a49bc0aae60768cbea4427cb9b2f0d75b81de Mon Sep 17 00:00:00 2001 From: Paul Rigge Date: Wed, 20 Feb 2019 10:00:02 -0800 Subject: Update templates to include documentation. (#1026) --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5d7e8ffd..d08788de 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ This repository's issues are reserved for feature requests and bug reports. Please select the item best describing the issue in each category and delete the other items. --> -**Type of issue**: bug report | feature request | other enhancement +**Type of issue**: bug report | feature request | documentation | other enhancement **Impact**: no functional change | API addition (no impact on existing code) | API modification | unknown diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d018e685..cdb2e3df 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Please select the item best describing the pull request in each category and del **Related issue**: -**Type of change**: bug report | feature request | other enhancement +**Type of change**: bug report | feature request | documentation | other enhancement **Impact**: no functional change | API addition (no impact on existing code) | API modification -- cgit v1.2.3