From fd1161d3c3d6be8a3fe154008bc10e516bf5d7f4 Mon Sep 17 00:00:00 2001 From: Max Ivanov Date: Wed, 11 Apr 2018 09:23:32 +0300 Subject: [PATCH] docs(aio): add new sections to issue template Additional sections can help classify the issue better. --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b72a3a45f603a..ac818aa530c24 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,9 +9,11 @@ ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.

 [ ] Regression (a behavior that used to work and stopped working in a new release)
 [ ] Bug report  
+[ ] Performance issue
 [ ] Feature request
 [ ] Documentation issue or request
 [ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
+[ ] Other... Please describe:
 
## Current behavior