From 2a846663d835b4a7f2965dbcf605107dab2b7c34 Mon Sep 17 00:00:00 2001 From: James Henry Date: Fri, 18 Jan 2019 08:19:33 -0500 Subject: [PATCH 1/2] chore: update issue templates with labels --- .github/ISSUE_TEMPLATE/eslint-plugin-tslint.md | 4 ++++ .github/ISSUE_TEMPLATE/eslint-plugin-typescript.md | 4 ++++ .github/ISSUE_TEMPLATE/typescript-eslint-parser.md | 6 +++++- .github/ISSUE_TEMPLATE/typescript-estree.md | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md b/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md index 1dea769a086d..a88ac2bb9761 100644 --- a/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md +++ b/.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md @@ -1,6 +1,10 @@ --- name: eslint-plugin-tslint about: Report an issue with the eslint-plugin-tslint package +title: '' +labels: 'package: eslint-plugin-tslint, triage' +assignees: '' + --- **What version of Node.js and npm are you using?** diff --git a/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md b/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md index 24dbc71f730a..a09c99a31f35 100644 --- a/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md +++ b/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md @@ -1,6 +1,10 @@ --- name: eslint-plugin-typescript about: Report an issue with the eslint-plugin-typescript package +title: '' +labels: 'package: eslint-plugin, triage' +assignees: '' + ---