Browse Source

Update issue_template.md

master
g2384 3 years ago
parent
commit
55ebbc7101
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      .github/issue_template.md

+ 20
- 0
.github/issue_template.md View File

@ -6,12 +6,24 @@
### Input ### Input
<!-- Give a sample example --> <!-- Give a sample example -->
```vhdl
-- sample code here
```
### Expected Behavior ### Expected Behavior
<!--- Tell us what should happen --> <!--- Tell us what should happen -->
```vhdl
-- sample code here
```
### Actual Behavior ### Actual Behavior
<!--- Tell us what happens instead of the expected behavior --> <!--- Tell us what happens instead of the expected behavior -->
```vhdl
-- sample code here
```
<!--=== Report a bug (end) ===--> <!--=== Report a bug (end) ===-->
<!--=== Request a feature (start) ===--> <!--=== Request a feature (start) ===-->
@ -26,7 +38,15 @@
#### Example Input: #### Example Input:
<!-- Give a sample input --> <!-- Give a sample input -->
```vhdl
-- sample code here
```
#### Example Output: #### Example Output:
<!-- Give an expected output --> <!-- Give an expected output -->
```vhdl
-- sample code here
```
<!--=== Request a feature (end) ===--> <!--=== Request a feature (end) ===-->

Loading…
Cancel
Save