Skip to content

Commit 4b39eef

Browse files
devoncarewCommit Queue
authored andcommitted
[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 <[email protected]> Reviewed-by: Kevin Moore <[email protected]> Auto-Submit: Devon Carew <[email protected]>
1 parent 242406b commit 4b39eef

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/2_analyzer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name: Report an issue with Dart’s static analysis.
33
about: >-
44
Create a bug or file a feature request related to Dart's static analysis
5-
(including the command line analyzer, analysis in IDEs, the analysis server,
6-
and the linter).
5+
(including the command line analyzer, the analysis server, and the linter).
76
labels: area-analyzer
87
---
98

.github/ISSUE_TEMPLATE/5_cherry_pick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Request a cherry-pick (used by contributors).
2-
description: Request a patch to be cherry-picked into a release (for contributors use only).
1+
name: Request a cherry-pick (for contributor use only).
2+
description: Request a patch to be cherry-picked into a release.
33
title: '[CP] <title>'
44
labels: ['cherry-pick-review']
55

.github/ISSUE_TEMPLATE/6_breaking_change.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Propose a breaking change (used by contributors).
2-
description: Initiate a breaking change process (for contributors use only).
1+
name: Propose a breaking change (for contributor use only).
2+
description: Initiate a breaking change process.
33
title: '[breaking change] <title>'
44
labels: ['breaking-change-request']
55

0 commit comments

Comments
 (0)