Skip to content

Commit d186b3e

Browse files
resolved conversation
1 parent da16c54 commit d186b3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
install issue
1+
install issue template
22
$ tbx issue install feature
33
Installed feature in .github/ISSUE_TEMPLATE/feature.md
44

5-
install another issue
5+
install another issue template
66
$ tbx issue install bug
77
Installed bug in .github/ISSUE_TEMPLATE/bug.md
88

9-
install another issue if this issue exists
9+
Install another issue template while an issue template with the same name already exists
1010
$ touch .github/ISSUE_TEMPLATE/refactoring.md
1111
$ tbx issue install refactoring
1212
Installed refactoring in .github/ISSUE_TEMPLATE/refactoring.md

test/integration/cli/workflow-install-if-workflow-exists

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install another workflow
66
$ tbx workflow install checks
77
Installed checks in .github/workflows/checks.yml
88

9-
install another workflow if this workflow exists
9+
install workflow while a workflow with this name already exists
1010
$ touch .github/workflows/ci.yml
1111
$ tbx workflow install ci
1212
Installed ci in .github/workflows/ci.yml

0 commit comments

Comments
 (0)