diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ac460af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. +2. +3. +4. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Output listings** +If applicable, add output listings or screenshots to help explain your problem. + +**Environment (please complete the following information):** + - Linux distro version: [e.g. Ubuntu 18.04] + - Patch commit used: [e.g. 5b828a6d91a14e7bf4f93b31d220e7687ceb638c] + - Nvidia driver version: [e.g. 410.73] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/request-for-driver-version-support.md b/.github/ISSUE_TEMPLATE/request-for-driver-version-support.md new file mode 100644 index 0000000..88044b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-for-driver-version-support.md @@ -0,0 +1,13 @@ +--- +name: Request for driver version support +about: Ask maintainers for support of yet another Nvidia driver +title: New driver support (version XXX.XX) +labels: enhancement +assignees: '' + +--- + +**Please provide details about your environment** +- Nvidia driver version: [e.g. 410.48] +- Linux distro version: [e.g. Ubuntu 18.04] +- [x] I'm willing to participate in testing of new patch version