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 +``` +