nvitop/.github/ISSUE_TEMPLATE/questions.yaml
2025-07-25 00:13:21 +08:00

37 lines
1.4 KiB
YAML

name: 🤔 Questions / Help / Support
description: Do you need support?
title: "[Question] "
labels: [question]
assignees: [XuehaiPan]
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 with `nvitop`.
You may try the latest version of `nvitop` in an isolated environment with the following commands first:
```bash
pip3 install --upgrade uv
PYTHONFAULTHANDLER=1 uvx --from git+https://github.com/XuehaiPan/nvitop.git nvitop
```
- type: checkboxes
id: steps
attributes:
label: Required prerequisites
description: Make sure you've completed the following steps before submitting your issue -- thank you!
options:
- label: I have read the documentation <https://nvitop.readthedocs.io>.
required: true
- label: I have searched the [Issue Tracker](https://github.com/XuehaiPan/nvitop/issues) that this hasn't already been reported. (comment there if it has.)
required: true
- label: I have tried the latest version of nvitop in a new isolated virtual environment.
required: false
- type: textarea
id: questions
attributes:
label: Questions
description: Describe your questions with relevant resources such as snippets, links, images, etc.
validations:
required: true