cuelang.org/go@v0.10.1/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: Create a report to help us improve
     4  title: ''
     5  labels: NeedsInvestigation, Triage
     6  assignees: ''
     7  
     8  ---
     9  
    10  <!--
    11  Please answer these questions before submitting your issue. Thanks!
    12  To ask questions, see https://github.com/cue-lang/cue#contact.
    13  -->
    14  
    15  ### What version of CUE are you using (`cue version`)?
    16  
    17  <pre>
    18  $ cue version
    19  
    20  </pre>
    21  
    22  ### Does this issue reproduce with the latest stable release?
    23  
    24  
    25  
    26  ### What did you do?
    27  
    28  <!--
    29  If possible, provide a recipe for reproducing the error.
    30  
    31  For advice on how to create a good reproducer, please see:
    32  
    33  https://github.com/cue-lang/cue/wiki/Creating-test-or-performance-reproducers
    34  -->
    35  
    36  
    37  
    38  ### What did you expect to see?
    39  
    40  
    41  
    42  ### What did you see instead?