From 83878325a792f9b89fe9337fa0630fbde3b1ed26 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 8 Jul 2024 08:12:58 -0400 Subject: [PATCH] Commentary: Update git issue templates. --- .github/ISSUE_TEMPLATE/feature.md | 2 ++ .github/ISSUE_TEMPLATE/questions.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 99f8f2689..1416598ab 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -11,6 +11,8 @@ Thanks for taking the time to report this. What would you like added/supported? +What 'verilator --version' are you using? Did you try it with the git master version? + Can you attach an example that runs on other simulators? (Must be openly licensed, ideally in test_regress format.) May we assist you in trying to fix this in Verilator yourself? diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md index 32f9385f7..ea39534cd 100644 --- a/.github/ISSUE_TEMPLATE/questions.md +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -8,3 +8,5 @@ assignees: '' --- How may we help - what is your question? + +(If reporting a bug or requesting a feature please use one of the other issue templates.)