github.com/szyn/goreleaser@v0.76.1-0.20180517112710-333da09a1297/.github/ISSUE_TEMPLATE/Bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: Create a report to help us improve
     4  ---
     5  
     6  **Describe the bug**
     7  
     8  A clear and concise description of what the bug is.
     9  
    10  **To Reproduce**
    11  
    12  Steps to reproduce the behavior:
    13  
    14  ```yaml
    15  your goreleaser config file
    16  ```
    17  
    18  **Expected behavior**
    19  
    20  A clear and concise description of what you expected to happen.
    21  
    22  **Environment (please complete the following information):**
    23  
    24  * OS: [e.g. mac, linux]
    25  * OS version: [uname -a]
    26  * GoReleaser Version [goreleaser --version]
    27  
    28  **Additional context**
    29  Add any other context about the problem here.