diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 2bc0b863b..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..047f34a18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/discussions.yml b/.github/ISSUE_TEMPLATE/discussions.yml new file mode 100644 index 000000000..235ca4bfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussions.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..686e198b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: | + + 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. diff --git a/.github/ISSUE_TEMPLATE/help_wanted.md b/.github/ISSUE_TEMPLATE/help_wanted.md deleted file mode 100644 index 6fba797e2..000000000 --- a/.github/ISSUE_TEMPLATE/help_wanted.md +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/questions.yml b/.github/ISSUE_TEMPLATE/questions.yml new file mode 100644 index 000000000..5e81384be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions.yml @@ -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