forgejo-cli 0.5.0

CLI tool for Forgejo
name: Feature Request
about: If there's functionality you're missing, use this.
labels:
  - Kind/Feature
body:
  - type: textarea
    attributes:
      label: Feature description
      description: Please describe the functionality you would like to see added.
  - type: textarea
    attributes:
      label: Motivation
      description: Please lay out why you'd like to see this, e.g. what it is this functionality would allow you to do.
  - type: checkboxes
    attributes:
      label: Code of Conduct
      description: Contributions are bound by the [Forgejo Code of Conduct](https://codeberg.org/forgejo/code-of-conduct) and [Forgejo AI Agreement](https://codeberg.org/forgejo/governance/src/branch/main/AIAgreement.md). LLM use in any capacity is not permitted.
      options:
        - label: I agree to act in accordance with the CoC & AI Agreement.
          required: true
        - label: This issue was not generated by an LLM, even in part.
          required: true