1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00
pooneyy 4587c9b1b1
🔧 chore(github): standardize issue template configuration and workflow
- fix case sensitivity in issue template assignees field (Assignees → assignees)
- add silent flag to GitHub API calls in renovate workflow to reduce output noise
2025-10-06 23:35:10 +08:00

36 lines
915 B
YAML

name: "📬其它问题反馈 / Feedback"
description: "提交使用中的相关问题 / Submit issues you encounter while using the app"
title: "[反馈问题] 哪个应用出现了问题? / Which app has any problem?"
labels:
- Feedback
assignees:
- pooneyy
body:
- type: markdown
attributes:
value: |
## Welcome!
- type: input
attributes:
label: 应用名称 / App Name
placeholder: (e.g. gitlab-jh)
validations:
required: false
- type: input
attributes:
label: 该应用位于本仓库的路径?/ The path of the app in this repository?
description:
用于定位出现问题的应用。
Used to locate the app with the problem.
placeholder: (e.g. apps/gitlab-jh)
validations:
required: true
- type: textarea
attributes:
label: 问题描述 / Details
validations:
required: true