...

Text file src/github.com/doug-martin/goqu/v9/CONTRIBUTING.md

Documentation: github.com/doug-martin/goqu/v9

     1## Contributions
     2
     3I am always welcoming contributions of any type. Please open an issue or create a PR if you find an issue with any of the following.
     4
     5* An issue with Documentation
     6* You found the documentation lacking in some way
     7
     8If you have an issue with the package please include the following
     9
    10* The dialect you are using
    11* A description of the problem
    12* A short example of how to reproduce (if applicable)
    13
    14Without those basics it can be difficult to reproduce your issue locally. You may be asked for more information but that is a good starting point.
    15
    16### New Features
    17
    18New features and/or enhancements are great and I encourage you to either submit a PR or create an issue. In both cases include the following as the need/requirement may not be readily apparent.
    19
    201. The use case
    212. A short example
    22
    23If you are issuing a PR also also include the following
    24
    251. Tests - otherwise the PR will not be merged
    262. Documentation - otherwise the PR will not be merged
    273. Examples - [If applicable] see example_test.go for examples
    28
    29If you find an issue you want to work on please comment on it letting other people know you are looking at it and I will assign the issue to you.
    30
    31If want to work on an issue but dont know where to start just leave a comment and I'll be more than happy to point you in the right direction.

View as plain text