github.com/henvic/wedeploycli@v1.7.6-0.20200319005353-3630f582f284/ISSUE_TEMPLATE.md (about)

     1  <!--
     2  If you are reporting a new issue, make sure that we do not have any duplicates
     3  already open. You can ensure this by searching the issue list for this
     4  repository.
     5  
     6  If you suspect your issue is a bug, please edit your issue description to
     7  include the BUG REPORT INFORMATION shown below. If you fail to provide this
     8  information within 7 days, we cannot debug your issue and will close it. We
     9  will, however, reopen it if you later provide the information.
    10  
    11  ---------------------------------------------------
    12  BUG REPORT INFORMATION
    13  ---------------------------------------------------
    14  You do NOT have to include this information if this is a FEATURE REQUEST
    15  
    16  Please verify what you copy & paste here and do NOT disclose any sensitive information here.
    17  -->
    18  
    19  **Description**
    20  
    21  <!--
    22  Briefly describe the problem you are having in a few paragraphs.
    23  Try updating your CLI tool with "lcp update" before you report a bug.
    24  -->
    25  
    26  **Steps to reproduce the issue:**
    27  1.
    28  2.
    29  3.
    30  
    31  **Describe the results you received:**
    32  
    33  
    34  **Describe the results you expected:**
    35  
    36  
    37  **Additional information you deem important (e.g. issue happens only occasionally):**
    38  
    39  **Output of `lcp version`:**
    40  
    41  ```
    42  (paste your output here)
    43  ```
    44  
    45  **Run command with the `--verbose` flag, if possible:**
    46  
    47  ```
    48  (paste your output here)
    49  ```