-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature] Introduce templates to encourage useful issues and pull request #593
base: main
Are you sure you want to change the base?
Conversation
Thank you so much for the initial template! Could you add CUDA version / nvidia-driver version for the BUG report environment section? |
label: Environment | ||
placeholder: | | ||
- OS: [e.g. Ubuntu 24.04, Windows 11 24H2] | ||
- CPU/CPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e.g. for CPU is wrong.
Also we want:
- GPU/GPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x] (N/A if no GPU)
- CUDA version (N/A if no GPU)
- Nvidia-driver version (N/A if no GPU)
- CPU/CPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x] | ||
value: | | ||
- OS: [e.g. Ubuntu 24.04, Windows 11 24H2] | ||
- CPU/CPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
e.g. for CPU is wrong.
Also we want:
- GPU/GPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x]
- CUDA version
- Nvidia-driver version
1. Go to '...' | ||
2. Load asset '...' | ||
3. Execute function '...' | ||
4. See error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code snippet or Script is needed.
Resolves #592
While the CONTRIBUTING guidelines already provide significant guidance on how to structure Bug reports & Feature requests, the large majority of current issue reports does not follow them.
To ensure more structured & time efficient project management, this PR introduces templates to encourage useful issues and pull requests.
This makes it easier for new users to contribute in a structured manner by guiding them in creating useful reports in alignment with the contribution guide, thus