github.com/nakabonne/golangci-lint@v1.26.1/.github/ISSUE_TEMPLATE.md (about)

     1  Thank you for creating the issue!
     2  
     3  - [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
     4  - [ ] Yes, I've searched similar issues on GitHub and didn't find any.
     5  - [ ] Yes, I've included all information below (version, config, etc).
     6  
     7  Please include the following information:
     8  
     9  <details><summary>Version of golangci-lint</summary>
    10  
    11  ```console
    12  $ golangci-lint --version
    13  # paste output here
    14  ```
    15  
    16  </details>
    17  
    18  <details><summary>Config file</summary>
    19  
    20  ```console
    21  $ cat .golangci.yml
    22  # paste output here
    23  ```
    24  
    25  </details>
    26  
    27  <details><summary>Go environment</summary>
    28  
    29  ```console
    30  $ go version && go env
    31  # paste output here
    32  ```
    33  
    34  </details>
    35  
    36  <details><summary>Verbose output of running</summary>
    37  
    38  ```console
    39  $ golangci-lint run -v
    40  # paste output here
    41  ```
    42  
    43  </details>