Oopenvela-robotModify Issue template
ce02f6dc创建于 2024年12月9日历史提交
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Bug report
description: Report a bug to improve openvela stability
title: "[BUG] <title>"
labels: [👀 needs triage, "Type: Bug"]
body:
  - type: markdown
    attributes:
      value: |
        Hello openvela Community member! Please keep things tidy by putting your post in the proper place:

        Reporting a bug: use this form.
        Asking a question or getting help: use the [General Help](https://github.com/open-vela/docs/issues/new?assignees=&labels=Community%3A+Question&projects=&template=003_help.yml&title=%5BHELP%5D+%3Ctitle%3E) form.
        Requesting a new feature: use the [Feature request](https://github.com/open-vela/docs/issues/new?assignees=&labels=Type%3A+Enhancement&projects=&template=002_feature_request.yml&title=%5BFEATURE%5D+%3Ctitle%3E) form.
  - type: textarea
    attributes:
      label: "Description / Steps to reproduce the issue"
      description: "A clear and concise description of what the bug is, and why you consider it to be a bug, and steps for how to reproduce it"
      placeholder: |
        A description with steps to reproduce the issue.
        May include logs, images, or videos.
        1. Step 1
        2. Step 2
    validations:
      required: true

  - type: dropdown
    id: architecture
    attributes:
      label: Issue Architecture
      description: What architecture(s) are you seeing the problem on?
      multiple: true
      options:
        - "[Arch: arm]"
        - "[Arch: arm64]"
        - "[Arch: x86_64]"
    validations:
      required: true

  - type: dropdown
    id: area
    attributes:
      label: Issue Area
      description: What area(s) are you seeing the problem on?
      multiple: true
      options:
        - "System: libuv"
        - "System: debug tools"
        - "System: charger"
        - "System: crypto"
        - "System: security"
        - "System: kvdb"
        - "System: uorb"
        - "System: FS"
        - "System: memory manager"
        - "System: power management"
        - "System: scheduler"
        - "System: drivers"
        - "System: IPC (openamp)"
        - "System: binder"
        - "System: arch (X86-64, arm32, arm64, xtensa, risc-v, tricore, sim)"
        - "System: nsh"
        - "System: apps (examples, testcases)"
        - "System: Build system"
        - "System: others"
        - "Connectivity: bluetooth"
        - "Connectivity: network"
        - "Connectivity: telephony"
        - "Media: player"
        - "Media: recorder"
        - "Media: policy"
        - "Media: focus"
        - "Media: graph"
        - "Media: pfw"
        - "Graphics: demo"
        - "Graphics: lvgl"
        - "Graphics: uikit"
        - "Graphics: libjpeg-turbo"
        - "Graphics: libwebp"
        - "Graphics: libpng"
        - "Graphics: libyuv"
        - "Graphics: freetype"
        - "Graphics: harfbuzz"
        - "Graphics: yoga"
        - "Graphics: thorvg"
        - "Runtimes: system server"
        - "Runtimes: wms"
        - "Other"
    validations:
      required: true

  - type: markdown
    attributes:
      value: |
        ### Before You Submit

        Please verify that you've followed these steps:
          - Confirm the problem is reproducible on [**dev**](https://github.com/open-vela/docs).
          - Run `make distclean` when encountering build issues.
          - Search [existing issues](https://github.com/open-vela/docs/issues) (including [closed](https://github.com/open-vela/docs/issues?q=is%3Aissue+is%3Aclosed))