github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/ISSUE_TEMPLATE.md (about)

     1  <!--- 
     2  
     3  TO INSURE THE FASTEST RESPONSE POSSIBLE, PLEASE READ THESE INSTRUCTIONS
     4  CAREFULLY.
     5  
     6  -->
     7  
     8  <!--- Please provide a short summary of the issue in the Title above -->
     9  
    10  <!--- When you see empty square brackets below, that's a checkbox. Replace the space with
    11  [x] to check the box -->
    12  
    13  
    14  ## Expected Behavior
    15  
    16  <!---
    17  
    18  If you're describing a bug, tell us what should happen.
    19  
    20  If you're suggesting a change/improvement, tell us how it should work.
    21  
    22  -->
    23  
    24  ## Current Behavior
    25  
    26  <!---
    27  
    28  If describing a bug, tell us what happens instead of the expected behavior.
    29  
    30  If suggesting a change/improvement, explain the difference from current
    31  behavior.
    32  
    33  -->
    34  
    35  ## Possible Solution
    36  
    37  <!---
    38  
    39  Not obligatory, but this is the place to suggest the underlying cause and
    40  possible fix for the bug, if you have one, or ideas how to implement the
    41  addition or change.
    42  
    43  -->
    44  
    45  ## Steps to Reproduce (for bugs)
    46  
    47  <!---
    48  
    49  This is the most important information you can give us in this bug report.
    50  Without good information here, it will take much longer to get your issue
    51  resolved!
    52  
    53  If possible, please provide a link to a live example, or an unambiguous set of
    54  steps to reproduce this bug. Include code to reproduce, if relevant.
    55  
    56  -->
    57  1.
    58  2.
    59  3.
    60  4.
    61  
    62  ## Context
    63  <!---
    64  
    65  How has this issue affected you? What are you trying to accomplish? Is this
    66  issue likely to block you or others from getting your work done?
    67  
    68  -->
    69  
    70  ## Your Environment
    71  * Version:
    72  * OS: [ ] OSX, [ ] Linux, [ ] Windows
    73  * OS Version: 
    74  * Version of Truffle/Remix/Other tools used:
    75  * NodeJS Version: 
    76  * Commit hash: 
    77  * I intend to submit a pull request to fix this issue: [ ] 
    78  
    79  <!--- When you're finished with the above, you may need to delete these comments to avoid
    80  whitespace formatting issues -->
    81  
    82  <!--- Modified from: https://github.com/trufflesuite/ganache-cli/blob/v7.0.0-beta.0/ISSUE_TEMPLATE.md -->