odin-blend2d

Odin bindings to Blend2D
Log | Files | Refs | README | LICENSE

01_bug_report.yml (1297B)


      1 name: Bug Report
      2 description: File a bug report
      3 body:
      4   - type: markdown
      5     attributes:
      6       value: |
      7         Before you hit the submit button:
      8           * Please see our [Contribution Guidelines](https://github.com/asmjit/asmjit/blob/master/CONTRIBUTING.md).
      9           * Make sure that you use a recent AsmJit (master branch) before filing a bug report.
     10           * Make sure that you use logging and error handling features to collect as much information as possible, if applicable.
     11   - type: textarea
     12     id: issue-description
     13     attributes:
     14       label: Issue Description
     15       description: Please share a clear and concise description of the issue and optionally provide reproducibility information and output from AsmJit's logger.
     16       placeholder: Description
     17     validations:
     18       required: true
     19   - type: dropdown
     20     id: operating-system
     21     attributes:
     22       label: Operating System
     23       multiple: true
     24       options:
     25         - Not specified / possibly all
     26         - Windows
     27         - Linux
     28         - Mac
     29         - Android
     30         - Other
     31   - type: dropdown
     32     id: target-architecture
     33     attributes:
     34       label: Architecture
     35       multiple: true
     36       options:
     37         - Not specified
     38         - X86 / X86_64
     39         - AArch32
     40         - AArch64
     41         - RISC-V
     42         - Other