From b2d90a6ff79eaa93ae36d7836440c9073ed949f2 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Tue, 22 Jun 2021 07:20:31 -0800 Subject: [PATCH 1/2] add 'other issue' template --- .github/ISSUE_TEMPLATE/other_issue.md | 57 +++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other_issue.md diff --git a/.github/ISSUE_TEMPLATE/other_issue.md b/.github/ISSUE_TEMPLATE/other_issue.md new file mode 100644 index 000000000..62afd174a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other_issue.md @@ -0,0 +1,57 @@ +--- +name: Other issue +about: Issues that are not bugs or features, but should be addressed +title: '' +labels: 'help wanted' +assignees: '' + +--- + +**GitHub is for bugs and features - not for support** +For support, please use the hashcat forums https://hashcat.net/forum/ + +**Check the FAQ** +Some items that might appear to be issues are not issues. Please review the hashcat FAQ https://hashcat.net/wiki/doku.php?id=frequently_asked_questions before submitting a bug report. + +**Describe the issue** +A clear and concise description of what the issue is. + +**To Reproduce** +Please provide us with all files required to reproduce the issue locally on our development systems. For instance: hash files, wordlists, rule files, ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Hardware/Compute device (please complete the following information):** +- Compute device name: [e.g. RTX2080Ti] +- OpenCL/CUDA driver name: [e.g. NVIDIA DRIVER] +- OpenCL/CUDA driver version: [e.g. 465.21] +- OpenCL/CUDA driver source: [e.g. runtime installer/.exe installer] + +**Hashcat version (please complete the following information):** + - OS: [e.g. Linux] + - Distribution: [e.g. Ubuntu 18.04] + - Version: [e.g. 6.2.0] + +**Diagnostic output compute devices:** + + +``` +For NV: Post nvidia-smi output. This tool also exist on Windows +For AMD ROCm: Post rocm-smi and rocminfo output +``` + +``` +Post clinfo output +``` + +``` +Post hashcat -I output +``` + +``` +On Linux: post lspci output +``` + +**Additional context** +Add any other context about the problem here. For instance, it was working with hashcat version X.X.X (also please post output from older versions). From 3db744615ac4ba00f1b802c12c2ee6325676f246 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Tue, 22 Jun 2021 07:27:12 -0800 Subject: [PATCH 2/2] feature request - other --- .../ISSUE_TEMPLATE/feature_request_-_other.md | 31 +++++++++++++++++++ .github/ISSUE_TEMPLATE/other_issue.md | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request_-_other.md diff --git a/.github/ISSUE_TEMPLATE/feature_request_-_other.md b/.github/ISSUE_TEMPLATE/feature_request_-_other.md new file mode 100644 index 000000000..aa7c2a369 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_-_other.md @@ -0,0 +1,31 @@ +--- +name: Feature Request - other +about: Features that are not requests for new algorithms +title: '' +labels: 'new feature' +assignees: '' + +--- + +**GitHub is for bugs and features - not for support** +For support, please use the hashcat forums https://hashcat.net/forum/ + +**Check the FAQ** +Some items that might appear to be issues are not issues. Please review the hashcat FAQ https://hashcat.net/wiki/doku.php?id=frequently_asked_questions before submitting a bug report. + +**Describe the feature** +A clear and concise description of what the feature is. + +**Current behavior** +Please give a reproducible example of the current behavior, if possible. + +**Expected behavior** +A clear and concise description of what you expected to happen, ideally with mock output. + +**Hashcat version (please complete the following information):** + - OS: [e.g. Linux] + - Distribution: [e.g. Ubuntu 18.04] + - Version: [e.g. 6.2.0] + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other_issue.md b/.github/ISSUE_TEMPLATE/other_issue.md index 62afd174a..736bf357d 100644 --- a/.github/ISSUE_TEMPLATE/other_issue.md +++ b/.github/ISSUE_TEMPLATE/other_issue.md @@ -1,6 +1,6 @@ --- name: Other issue -about: Issues that are not bugs or features, but should be addressed +about: Minor issues that are not bugs or features, but should be addressed title: '' labels: 'help wanted' assignees: ''