github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/.github/ISSUE_TEMPLATE/bug.yml (about)

     1  ---
     2  name: "🐞 Bug Report"
     3  description: "Tell us about something that's not working the way we (probably) intend."
     4  labels: ["kind/bug", "state/triage"]
     5  body:
     6    - type: "dropdown"
     7      id: "platform"
     8      validations:
     9        required: true
    10      attributes:
    11        label: "What platforms are affected?"
    12        multiple: true
    13        options:
    14          - "linux"
    15          - "macos"
    16          - "windows"
    17          - "others"
    18    - type: "dropdown"
    19      id: "arch"
    20      validations:
    21        required: true
    22      attributes:
    23        label: "What architectures are affected?"
    24        multiple: true
    25        options:
    26          - "amd64"
    27          - "arm64"
    28          - "others"
    29    - type: "textarea"
    30      id: "version"
    31      validations:
    32        required: true
    33      attributes:
    34        label: "What SpiceDB version are you using?"
    35        placeholder: "v1.25.0"
    36    - type: "textarea"
    37      id: "repro"
    38      validations:
    39        required: true
    40      attributes:
    41        label: "Steps to Reproduce"
    42        description: "How can we see what you're seeing? Specific is terrific."
    43        placeholder: |-
    44          1. foo
    45          2. bar
    46          3. baz
    47    - type: "textarea"
    48      id: "expected"
    49      validations:
    50        required: true
    51      attributes:
    52        label: "Expected Result"
    53    - type: "textarea"
    54      id: "actual"
    55      validations:
    56        required: true
    57      attributes:
    58        label: "Actual Result"
    59        description: "Logs? Screenshots? Yes, please."