...

Text file src/github.com/bazelbuild/bazel-gazelle/.github/PULL_REQUEST_TEMPLATE.md

Documentation: github.com/bazelbuild/bazel-gazelle/.github

     1<!-- Thanks for sending a PR! Before submitting:
     2
     31. If this is your first PR, please read CONTRIBUTING.md and sign the CLA
     4   first. We cannot review code without a signed CLA.
     52. Please file an issue *first*. All features and most bug fixes should have
     6   an associated issue with a design discussed and decided upon. Small bug
     7   fixes and documentation improvements don't need issues.
     83. New features and bug fixes must have tests. Documentation may need to
     9   be updated. If you're unsure what to update, send the PR, and we'll discuss
    10   in review.
    11-->
    12
    13**What type of PR is this?**
    14
    15> Uncomment one line below and remove others.
    16>
    17> Bug fix
    18> Feature
    19> Documentation
    20> Other
    21
    22**What package or component does this PR mostly affect?**
    23
    24> For example:
    25>
    26> language/go
    27> cmd/gazelle
    28> go_repository
    29> all
    30
    31**What does this PR do? Why is it needed?**
    32
    33**Which issues(s) does this PR fix?**
    34
    35Fixes #
    36
    37**Other notes for review**

View as plain text