[infra] minor updates to the github issue templates
Change-Id: Ibce8c4adfb2bb2bd51b92fb9e16c377a9129c6fc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/396384
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
diff --git a/.github/ISSUE_TEMPLATE/2_analyzer.md b/.github/ISSUE_TEMPLATE/2_analyzer.md
index 5ac27b8..7f1dee5 100644
--- a/.github/ISSUE_TEMPLATE/2_analyzer.md
+++ b/.github/ISSUE_TEMPLATE/2_analyzer.md
@@ -2,8 +2,7 @@
name: Report an issue with Dart’s static analysis.
about: >-
Create a bug or file a feature request related to Dart's static analysis
- (including the command line analyzer, analysis in IDEs, the analysis server,
- and the linter).
+ (including the command line analyzer, the analysis server, and the linter).
labels: area-analyzer
---
diff --git a/.github/ISSUE_TEMPLATE/5_cherry_pick.yml b/.github/ISSUE_TEMPLATE/5_cherry_pick.yml
index ba48954..6bf6372 100644
--- a/.github/ISSUE_TEMPLATE/5_cherry_pick.yml
+++ b/.github/ISSUE_TEMPLATE/5_cherry_pick.yml
@@ -1,5 +1,5 @@
-name: Request a cherry-pick (used by contributors).
-description: Request a patch to be cherry-picked into a release (for contributors use only).
+name: Request a cherry-pick (for contributor use only).
+description: Request a patch to be cherry-picked into a release.
title: '[CP] <title>'
labels: ['cherry-pick-review']
diff --git a/.github/ISSUE_TEMPLATE/6_breaking_change.yml b/.github/ISSUE_TEMPLATE/6_breaking_change.yml
index 8358b09..4ef4d47 100644
--- a/.github/ISSUE_TEMPLATE/6_breaking_change.yml
+++ b/.github/ISSUE_TEMPLATE/6_breaking_change.yml
@@ -1,5 +1,5 @@
-name: Propose a breaking change (used by contributors).
-description: Initiate a breaking change process (for contributors use only).
+name: Propose a breaking change (for contributor use only).
+description: Initiate a breaking change process.
title: '[breaking change] <title>'
labels: ['breaking-change-request']