Update issue templates
This commit is contained in:
94
.github/ISSUE_TEMPLATE/bug_report.md
vendored
94
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -4,29 +4,71 @@ about: Create a report to help Termix improve
|
|||||||
title: "[BUG]"
|
title: "[BUG]"
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
body:
|
||||||
|
- type: input
|
||||||
**Describe the bug**
|
id: title
|
||||||
A clear and concise description of what the bug is.
|
attributes:
|
||||||
|
label: Title
|
||||||
**To Reproduce**
|
description: Brief, descriptive title for the bug
|
||||||
Steps to reproduce the behavior:
|
placeholder: "Brief description of the bug"
|
||||||
|
validations:
|
||||||
1. Go to '...'
|
required: true
|
||||||
2. Click on '....'
|
- type: dropdown
|
||||||
3. Scroll down to '....'
|
id: installation-method
|
||||||
4. See error
|
attributes:
|
||||||
|
label: Installation Method / Platform
|
||||||
**Expected behavior**
|
description: How are you running Termix?
|
||||||
A clear and concise description of what you expected to happen.
|
options:
|
||||||
|
- Firefox
|
||||||
**Screenshots/Logs**
|
- Safari
|
||||||
If applicable, add screenshots or console/Docker logs to help explain your problem.
|
- Chrome
|
||||||
|
- Other Browser
|
||||||
**Environment (please complete the following information):**
|
- Windows
|
||||||
|
- Linux
|
||||||
- Browser [e.g. chrome, safari]
|
- iOS
|
||||||
- Version [e.g. 1.6.0]
|
- Android
|
||||||
|
- Other
|
||||||
**Additional context**
|
validations:
|
||||||
Add any other context about the problem here.
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
description: Find your version in the User Profile tab
|
||||||
|
placeholder: "e.g., 1.6.0"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: troubleshooting
|
||||||
|
attributes:
|
||||||
|
label: Troubleshooting
|
||||||
|
description: Please check all that apply
|
||||||
|
options:
|
||||||
|
- label: I have examined logs and tried to find the issue
|
||||||
|
- label: I have reviewed opened and closed issues
|
||||||
|
- label: I have tried restarting the application
|
||||||
|
- type: textarea
|
||||||
|
id: problem-description
|
||||||
|
attributes:
|
||||||
|
label: The Problem
|
||||||
|
description: Describe the bug in detail. Include as much information as possible with screenshots if applicable.
|
||||||
|
placeholder: "Describe what went wrong..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: reproduction-steps
|
||||||
|
attributes:
|
||||||
|
label: How to Reproduce
|
||||||
|
description: Use as few steps as possible to reproduce the issue
|
||||||
|
placeholder: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional-context
|
||||||
|
attributes:
|
||||||
|
label: Additional Context
|
||||||
|
description: Any other context about the problem
|
||||||
|
placeholder: "Add any other context about the problem here..."
|
||||||
|
|||||||
44
.github/ISSUE_TEMPLATE/feature_request.md
vendored
44
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -4,16 +4,34 @@ about: Suggest an idea for Termix
|
|||||||
title: "[FEATURE]"
|
title: "[FEATURE]"
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
body:
|
||||||
|
- type: input
|
||||||
**Is your feature request related to a problem? Please describe.**
|
id: title
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
attributes:
|
||||||
|
label: Title
|
||||||
**Describe the solution you'd like**
|
description: Brief, descriptive title for the feature request
|
||||||
A clear and concise description of what you want to happen.
|
placeholder: "Brief description of the feature"
|
||||||
|
validations:
|
||||||
**Describe alternatives you've considered**
|
required: true
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
- type: textarea
|
||||||
|
id: related-issue
|
||||||
**Additional context**
|
attributes:
|
||||||
Add any other context or screenshots about the feature request here.
|
label: Is it related to an issue?
|
||||||
|
description: Describe the problem this feature would solve
|
||||||
|
placeholder: "Describe what problem this feature would solve..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: solution
|
||||||
|
attributes:
|
||||||
|
label: The Solution
|
||||||
|
description: Describe your proposed solution in detail
|
||||||
|
placeholder: "Describe how you envision this feature working..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional-context
|
||||||
|
attributes:
|
||||||
|
label: Additional Context
|
||||||
|
description: Any other context or screenshots about the feature request
|
||||||
|
placeholder: "Add any other context about the feature request here..."
|
||||||
|
|||||||
Reference in New Issue
Block a user