-
- Downloads
feat(issue): add subcommand to create a new issue
The create command is used to create a new issue for an Arch Linux package.
This command is suitable for reporting bugs, regressions, feature requests, or
any other issues related to a package. It provides a flexible way to document
and track new issues within the project's issue tracking system.
By default, the command operates within the current directory, but users can
specify a different package base if needed.
Users can provide a title for the issue directly through the command line.
The command allows setting various labels and attributes for the issue, such as
confidentiality, priority, scope, severity, and status.
In case of a failed run, the command can automatically recover to ensure that
the issue creation process is completed without losing any data.
Component: pkgctl issue create
Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
Showing
- contrib/completion/bash/devtools.in 27 additions, 0 deletionscontrib/completion/bash/devtools.in
- contrib/completion/zsh/_devtools.in 16 additions, 0 deletionscontrib/completion/zsh/_devtools.in
- doc/man/pkgctl-issue-create.1.asciidoc 77 additions, 0 deletionsdoc/man/pkgctl-issue-create.1.asciidoc
- doc/man/pkgctl-issue.1.asciidoc 4 additions, 0 deletionsdoc/man/pkgctl-issue.1.asciidoc
- src/lib/api/gitlab.sh 33 additions, 0 deletionssrc/lib/api/gitlab.sh
- src/lib/issue/create.sh 296 additions, 0 deletionssrc/lib/issue/create.sh
- src/lib/issue/issue.sh 9 additions, 0 deletionssrc/lib/issue/issue.sh
doc/man/pkgctl-issue-create.1.asciidoc
0 → 100644
src/lib/issue/create.sh
0 → 100644
Please register or sign in to comment