code.gitea.io/gitea@v1.21.7/.github/ISSUE_TEMPLATE/ui.bug-report.yaml (about)

     1  name: Web Interface Bug Report
     2  description: Something doesn't look quite as it should?  Report it here!
     3  labels: ["kind/bug", "kind/ui"]
     4  body:
     5    - type: markdown
     6      attributes:
     7        value: |
     8          NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue.
     9    - type: markdown
    10      attributes:
    11        value: |
    12          1. Please speak English, this is the language all maintainers can speak and write.
    13          2. Please ask questions or configuration/deploy problems on our Discord
    14             server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
    15          3. Please take a moment to check that your issue doesn't already exist.
    16          4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
    17          5. Please give all relevant information below for bug reports, because
    18             incomplete details will be handled as an invalid report.
    19          6. In particular it's really important to provide pertinent logs. If you are certain that this is a javascript
    20             error, show us the javascript console. If the error appears to relate to Gitea the server you must also give us
    21             DEBUG level logs. (See https://docs.gitea.com/administration/logging-config#collecting-logs-for-help)
    22    - type: textarea
    23      id: description
    24      attributes:
    25        label: Description
    26        description: |
    27          Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below)
    28          If using a proxy or a CDN (e.g. CloudFlare) in front of gitea, please disable the proxy/CDN fully and connect to gitea directly to confirm the issue still persists without those services.
    29    - type: textarea
    30      id: screenshots
    31      attributes:
    32        label: Screenshots
    33        description: Please provide at least 1 screenshot showing the issue.
    34      validations:
    35        required: true
    36    - type: input
    37      id: gitea-ver
    38      attributes:
    39        label: Gitea Version
    40        description: Gitea version (or commit reference) your instance is running
    41      validations:
    42        required: true
    43    - type: dropdown
    44      id: can-reproduce
    45      attributes:
    46        label: Can you reproduce the bug on the Gitea demo site?
    47        description: |
    48          If so, please provide a URL in the Description field
    49          URL of Gitea demo: https://try.gitea.io
    50        options:
    51          - "Yes"
    52          - "No"
    53      validations:
    54        required: true
    55    - type: input
    56      id: os-ver
    57      attributes:
    58        label: Operating System
    59        description: The operating system you are using to access Gitea
    60    - type: input
    61      id: browser-ver
    62      attributes:
    63        label: Browser Version
    64        description: The browser and version that you are using to access Gitea
    65      validations:
    66        required: true