File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments