From 9e22dd8390e5cb7bc46135e9e14e11e95cfcc029 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Tue, 29 May 2018 21:05:00 +0200 Subject: add wait statement to bug_report reproduction example --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2acdd2cd3..eba6c98ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,6 +33,7 @@ architecture a of ent is begin process begin report "Hello world" severity note; + wait; end process; end; -- cgit v1.2.3