Skip to content

Commit 3060a13

Browse files
committed
Improve issue-create interactive choices - Fixes CLI-24
1 parent 4992870 commit 3060a13

File tree

4 files changed

+277
-104
lines changed

4 files changed

+277
-104
lines changed

.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- prefer `foo == null` and `foo != null` over `foo === undefined` and
1515
`foo !== undefined`
1616
- add imports at the top of the file, not inside functions
17+
- avoid the typescript `any` type - prefer strict typing, if you can't find a
18+
good way to fix a type issue (particularly with graphql data or documents)
19+
explain the problem instead of working around it
1720

1821
## changelog entries
1922

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- issue start command now has searchable prompt with type-ahead filtering
8+
- improve choices for assignment on issue create
89

910
## [1.0.0] - 2025-08-20
1011

0 commit comments

Comments
 (0)