update issue template

This commit is contained in:
Wendong-Fan 2025-08-07 02:13:02 +08:00
parent 1b94d024f8
commit 8aab028d84
6 changed files with 106 additions and 21 deletions

View file

@ -1,11 +0,0 @@
---
name: 🐞 Bug report
about: Create a report to help us improve
title: "[Bug] the title of bug report"
labels: bug
assignees: ''
---
#### Describe the bug

55
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,55 @@
name: 🐛 Bug Report
description: File an issue about a bug.
title: "[BUG] "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Please do your best to make the issue as easy to act on as possible, and only submit here if there is clearly a problem.
- type: input
id: version
attributes:
label: What version of eigent are you using?
placeholder: E.g., 0.0.41
validations:
required: true
- type: textarea
id: system-info
attributes:
label: System information
description: |
Describe the characteristic of your environment:
validations:
required: true
- type: textarea
id: description
attributes:
label: Problem description
description: >-
Provide a short description, state the expected behavior and what actually happens. Include
relevant information like what version of eigent you are using, what system you are on,
and any useful commands / output.
validations:
required: true
- type: textarea
id: log
attributes:
label: log
description: >-
Please upload the log
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: >-
Add any other context about the problem here. Screenshots may also be helpful.
If you know or suspect the reason for this bug, paste the code lines and suggest modifications.

View file

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Start a discussion
url: discussion url
about: Please ask and answer questions here if unsure.

View file

@ -0,0 +1,34 @@
name: ✨ Feature Request
description: Suggest an idea for this project.
title: "[Feature Request] "
labels: [enhancement]
body:
- type: textarea
id: motivation
attributes:
label: Motivation
description: Outline the motivation for the proposal.
value: |
<!-- Please outline the motivation for the proposal.
Is your feature request related to a problem? E.g., "I'm always frustrated when [...]".
If this is related to another issue, please link here too. -->
validations:
required: true
- type: textarea
id: solution
attributes:
label: Solution
description: Provide a clear and concise description of what you want to happen.
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the problem here. Screenshots may also be helpful.

View file

@ -1,10 +0,0 @@
---
name: 🥺 Help wanted
about: Confuse about the use of electron-vue-vite
title: "[Help] the title of help wanted report"
labels: help wanted
assignees: ''
---
#### Describe the problem you confuse

12
.github/ISSUE_TEMPLATE/questions.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: 🤔 Questions / Help / Support
description: Do you need support?
title: "[Question] "
labels: [question]
body:
- type: textarea
id: questions
attributes:
label: Questions
description: Describe your questions with relevant resources such as snippets, links, images, etc.
validations:
required: true