Create Issue
Create a GitHub issue based on $ARGUMENTS.
Steps
- •
Parse
$ARGUMENTSfor the issue description - •
Generate a structured issue body:
Goal: one-sentence summary
Acceptance criteria:
- • checklist item 1
- • checklist item 2
- •...
- •
Determine appropriate labels from:
phase-0throughphase-7,rule,bug,sdlc,new - •
Create via:
bashgh issue create \ --repo CauseMint/stylelint-sass \ --title "<title>" \ --label "<labels>" \ --body "<body>"
- •
Report the issue URL