forgejo-cli 0.5.0

CLI tool for Forgejo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: PR Template
about: Template for pull requests. Does this text even appear anywhere?
body:
  - type: textarea
    attributes:
      label: Changes Made
  - 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 contribution was not generated by an LLM, even in part.
          required: true