github.com/astaxie/beego@v1.12.3/CONTRIBUTING.md (about)

     1  # Contributing to beego
     2  
     3  beego is an open source project.
     4  
     5  It is the work of hundreds of contributors. We appreciate your help!
     6  
     7  Here are instructions to get you started. They are probably not perfect, 
     8  please let us know if anything feels wrong or incomplete.
     9  
    10  ## Contribution guidelines
    11  
    12  ### Pull requests
    13  
    14  First of all. beego follow the gitflow. So please send you pull request 
    15  to **develop** branch. We will close the pull request to master branch.
    16  
    17  We are always happy to receive pull requests, and do our best to
    18  review them as fast as possible. Not sure if that typo is worth a pull
    19  request? Do it! We will appreciate it.
    20  
    21  If your pull request is not accepted on the first try, don't be
    22  discouraged! Sometimes we can make a mistake, please do more explaining 
    23  for us. We will appreciate it.
    24  
    25  We're trying very hard to keep beego simple and fast. We don't want it
    26  to do everything for everybody. This means that we might decide against
    27  incorporating a new feature. But we will give you some advice on how to 
    28  do it in other way.
    29  
    30  ### Create issues
    31  
    32  Any significant improvement should be documented as [a GitHub
    33  issue](https://github.com/astaxie/beego/issues) before anybody
    34  starts working on it. 
    35  
    36  Also when filing an issue, make sure to answer these five questions:
    37  
    38  - What version of beego are you using (bee version)?
    39  - What operating system and processor architecture are you using?
    40  - What did you do?
    41  - What did you expect to see?
    42  - What did you see instead?
    43  
    44  ### but check existing issues and docs first!
    45  
    46  Please take a moment to check that an issue doesn't already exist
    47  documenting your bug report or improvement proposal. If it does, it
    48  never hurts to add a quick "+1" or "I have this problem too". This will
    49  help prioritize the most common problems and requests.
    50  
    51  Also if you don't know how to use it. please make sure you have read though
    52  the docs in http://beego.me/docs