github.com/azazeal/revive@v1.0.9/CONTRIBUTING.md (about)

     1  # Contributing to revive
     2  
     3  Please contribute to this repository if any of the following is true:
     4  
     5  * You are interested in improving the revive source or docs.
     6  * You have expertise in community development, communication, or education.
     7  * You want open source communities to be more collaborative and inclusive.
     8  * You want to help lower the burden to first time contributors.
     9  
    10  ## How to contribute
    11  
    12  Prerequisites:
    13  
    14  * Familiarity with [GitHub PRs](https://help.github.com/articles/using-pull-requests) (pull requests) and issues.
    15  * Knowledge of Go and familarity with static code analysis, or tech writing.
    16  
    17  ## Submitting a Pull Request
    18  
    19  All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. See our [developer guide](DEVELOPING.md) for instructions on building the project.
    20  
    21  Pull requests (fixes, new features, tests) are a great way to contribute to the project and help us make it better. Ideally, try to keep your PRs as focused as possible and keep your commits atomic and readable.
    22  
    23  To avoid disappointment when working on a PR, please ask us first in case someone else is already working on a PR for a change you wished to make. It's always a good idea to file an issue before starting work on a PR unless it's for something minor (such as a typo fix).
    24  
    25  We greatly appreciate any attention to tests. These help us validate that new work continues to function as expected over time.
    26  
    27  In particular, this community seeks the following types of contributions:
    28  
    29  * Improvement of the documentation. For example, tutorial on development of a custom rule, or a formatter.
    30  * Development of new rules for providing an even stricter preset of validations.
    31  * Development of new formatters for more readable output of the linting process.
    32  
    33  This contribution guide was inspired by others including contributing to
    34  Google open-source, React, Gulp, Babel, Guess.js.