Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

divide into bug/feature #3

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
name: Report Bug
description: Used to report bug
title: ""
body:
- type: checkboxes
id: os
attributes:
label: OS type
options:
- Ubuntu
- RedHat
- SUSE
- Windows
- Mac
- BSD
- Other
default: 0
validations:
required: true

- type: checkboxes
id: hardware
attributes:
label: Hardware type
options:
- Xeon-GNR
- Xeon-EMR
- Xeon-SPR
- Xeon-ICX
- Xeon-CLX
- Xeon-other
- Gaudi3
- Gaudi2
- Gaudi1
- GPU-PVC
- GPU-Flex
- GPU-Arc
- GPU-Arc-MTL
- GPU-Nvidia
- GPU-AMD
- GPU-other
- AI-PC (Please let us know in description)
- CPU-other (Please let us know in description)
default: 0
validations:
required: true

- type: checkboxes
id: install
attributes:
label: Installation method
options:
- Pull docker images from hub.docker.com
- Build docker images from source
default: 0
validations:
required: true

- type: checkboxes
id: deploy
attributes:
label: Deploy method
options:
- Docker compose
- Docker
- Kubernetes
- Helm
default: 0
validations:
required: true

- type: dropdown
id: node
attributes:
label: Multiple nodes
options:
- Single Node
- Multiple Nodes
default: 0
validations:
required: true

- type: textarea
id: version
attributes:
label: What's version?
description: Docker ID in hub.docker.com or commit ID of Dockerfile.
placeholder:
validations:
required: true

- type: dropdown
id: priority
attributes:
label: Priority
options:
- Undecided
- P1-Stopper
- P2-High
- P3-Medium
- P4-Low
default: 0
validations:
required: true

- type: textarea
id: problem
attributes:
label: Description the problem
description:
validations:
required: true

- type: textarea
id: log
attributes:
label: Description the problem
description: Provide the log of RESTFul API or docker for micro-service by `docker logs CONTAINER`
render: shell
validations:
required: true
113 changes: 113 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feaure_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
name: Report Feature
description: Used to report feature
title: ""
body:
- type: checkboxes
id: os
attributes:
label: OS type
options:
- Ubuntu
- RedHat
- SUSE
- Windows
- Mac
- BSD
- Other
default: 0
validations:
required: true

- type: checkboxes
id: hardware
attributes:
label: Hardware type
options:
- Xeon-GNR
- Xeon-EMR
- Xeon-SPR
- Xeon-ICX
- Xeon-CLX
- Xeon-other
- Gaudi3
- Gaudi2
- Gaudi1
- GPU-PVC
- GPU-Flex
- GPU-Arc
- GPU-Arc-MTL
- GPU-Nvidia
- GPU-AMD
- GPU-other
- AI-PC (Please let us know in description)
- CPU-other (Please let us know in description)
default: 0
validations:
required: true

- type: checkboxes
id: install
attributes:
label: Installation method
options:
- Pull docker images from hub.docker.com
- Build docker images from source
default: 0
validations:
required: true

- type: checkboxes
id: deploy
attributes:
label: Deploy method
options:
- Docker compose
- Docker
- Kubernetes
- Helm
default: 0
validations:
required: true

- type: dropdown
id: node
attributes:
label: Multiple nodes
options:
- Single Node
- Multiple Nodes
default: 0
validations:
required: true

- type: dropdown
id: priority
attributes:
label: Priority
options:
- Undecided
- P1-Stopper
- P2-High
- P3-Medium
- P4-Low
default: 0
validations:
required: true

- type: textarea
id: problem
attributes:
label: Description the problem
description: Describe your problem and expectation, avoid to ask solution (we would provide better solution).
placeholder: As cloud/AI PC user, I want xxxx, so that I/customer can xxx.
validations:
required: true

- type: textarea
id: log
attributes:
label: Description the problem
description: Provide the log of RESTFul API or docker for micro-service by `docker logs CONTAINER`
render: shell
validations:
required: true
60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/issue_template.yml

This file was deleted.