From 55ebbc7101f2672317c806e4778c410591c7223b Mon Sep 17 00:00:00 2001 From: g2384 Date: Fri, 22 Jan 2021 18:54:15 +0000 Subject: [PATCH] Update issue_template.md --- .github/issue_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/issue_template.md b/.github/issue_template.md index 858a461..777f09c 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -6,12 +6,24 @@ ### Input +```vhdl +-- sample code here +``` + ### Expected Behavior +```vhdl +-- sample code here +``` + ### Actual Behavior +```vhdl +-- sample code here +``` + @@ -26,7 +38,15 @@ #### Example Input: +```vhdl +-- sample code here +``` + #### Example Output: +```vhdl +-- sample code here +``` +