github.com/sotirispl/buffalo@v0.11.1/ISSUE_TEMPLATE.md (about)

     1  Hello! Thank you so much for your interest in Buffalo. The fact you care enough to be here, right now, helping makes us very happy.
     2  
     3  **Pull Requests**: See [CONTRIBUTING.md](https://github.com/gobuffalo/buffalo/blob/master/CONTRIBUTING.md)
     4  
     5  Before opening an issue, please make sure you have checked both [https://gobuffalo.io/en](https://gobuffalo.io/en) and [https://godoc.org/github.com/gobuffalo/buffalo](https://godoc.org/github.com/gobuffalo/buffalo) to see if there are docs, examples, etc... that might solve your problem quicker?
     6  
     7  We also have an amazing [Slack Channel](https://gobuffalo.io/en/docs/slack) that are quick to help and chat with. :)
     8  
     9  ---
    10  
    11  OK, you've gotten this far and you need help. That's alright. We're here, and happy, to help.
    12  
    13  To get going we're going to need some information from you. Please be as verbose as you can be. Please. The more information like, full stack traces and error logs, code (we love to see examples!), screenshots, etc... that you can give means it is easier, and faster, for the community to help you out.
    14  
    15  Ready? Let's go (pun totally intended)!
    16  
    17  --- DELETE ABOVE --
    18  
    19  ## Steps to Reproduce the Problem
    20  
    21    Please describe in painful detail what you did (so others can play along with you) to get to this point. This includes things like the exact command(s) you used, or the `curl` command you used, that sort of thing.
    22  
    23    1.
    24    1.
    25    1.
    26  
    27  ## Expected Behavior
    28  
    29  What did you what to happen? Tell us a story. We love to read.
    30  
    31  ## Actual Behavior
    32  
    33  In the happiest of happy places what should have happened?
    34  
    35  ## Info
    36  
    37  Please run `buffalo info` and paste the information below where it says "PASTE_HERE".
    38  
    39  <details>
    40  
    41  ```
    42  PASTE_HERE
    43  ```
    44  
    45  </details>