Documentation
¶
Overview ¶
Package feedback provides the command to submit bug reports and feature requests.
It acts as a bridge between the user's terminal and the project's issue tracker, automatically collecting context (CLI version, OS, Arch) to ensure high-quality issue reporting.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRepoAliasNotFound is returned when a repository alias is not in the config. ErrRepoAliasNotFound = errors.New("repository alias not found in configuration") // ErrInvalidRepoFormat is returned when a repository format is invalid. ErrInvalidRepoFormat = errors.New("invalid repository format in configuration") // ErrTitleEmpty is returned when a user provides an empty title. ErrTitleEmpty = errors.New("title cannot be empty") )
Functions ¶
func NewFeedbackCmd ¶
NewFeedbackCmd creates and configures the `feedback` command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.