github.com/kamiazya/dot-github@v1.3.0/example/ISSUE_AND_PULL_REQUEST_TEMPLATE.md (about)

     1  {{if .IsIssue}}
     2  ### Expected behavior
     3  
     4  Write here.
     5  
     6  ### Actual behavior
     7  
     8  Write here.
     9  
    10  ### Steps to reproduce behavior
    11  
    12  Write here.
    13  
    14  {{else if .IsPullRequest}}
    15  ### Description
    16  
    17  Write here
    18  
    19  ### Check List
    20  
    21  - [ ] All test passed
    22  - [ ] Added test to ensure to fix/exnsure properly.
    23  {{end}}
    24