mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 23:41:06 +00:00
update issue template
This commit is contained in:
parent
1b94d024f8
commit
8aab028d84
6 changed files with 106 additions and 21 deletions
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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
55
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal 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.
|
||||
5
.github/ISSUE_TEMPLATE/discussions.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/discussions.yml
vendored
Normal 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.
|
||||
34
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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.
|
||||
10
.github/ISSUE_TEMPLATE/help_wanted.md
vendored
10
.github/ISSUE_TEMPLATE/help_wanted.md
vendored
|
|
@ -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
12
.github/ISSUE_TEMPLATE/questions.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue