mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
chore: Add issue templates
This commit is contained in:
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**`opctl` version**
|
||||
```bash
|
||||
$ opctl version
|
||||
|
||||
CLI version: v0.16.0-rc.0
|
||||
Manifest version: v0.16.0-rc.0
|
||||
API version: v0.16.0-rc.0
|
||||
Web UI version: v0.16.0-rc.0
|
||||
```
|
||||
|
||||
**`opctl init` command**
|
||||
You can find this at the top of your `params.yaml` file. [e.g. `opctl init --provider eks --artifact-repository-provider s3 --gpu-device-plugins nvidia`]
|
||||
|
||||
**Kubernetes information**
|
||||
- Cloud provider: [e.g. AKS, EKS, GKE, Microk8s]
|
||||
- Kubernetes version: [e.g. 1.17.13]
|
||||
|
||||
**Machine information**
|
||||
- OS: [e.g. Ubuntu 18.04, Windows 10 19042.631, macOS 10.14.6]
|
||||
- Browser: [e.g. Chrome, Firefox, Safari]
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
Reference in New Issue
Block a user