A CLI utility for creating GitHub Issues from a single YAML file.

3 Open Issues Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
good first issue changelog part:cli type:bug

A CLI utility for creating GitHub Issues from a single YAML file.

Ruby

AI Summary: The task requires extending the existing CLI utility, `issuer`, to support creating issues in GitLab. This involves creating a new GitLab API client configuration, handling authentication, defining the API endpoint URL, specifying response format expectations, and mapping IMYML properties to their GitLab equivalents. Thorough testing and potentially incorporating user feedback on a release candidate are also needed.

Complexity: 4/5
help wanted part:imyml needs:docs needs:note priority:stretch part:rest-apis type:feature

A CLI utility for creating GitHub Issues from a single YAML file.

Ruby

AI Summary: The task requires modifying the Issuer CLI application's code to remove the `-v` alias for the `--version` flag. This involves locating the code responsible for parsing command-line arguments, identifying the `-v` alias, and removing it. Thorough testing should be performed to ensure the removal doesn't introduce unintended consequences.

Complexity: 2/5
good first issue part:cli REMOVAL

A CLI utility for creating GitHub Issues from a single YAML file.

Ruby