...

Text file src/github.com/bazelbuild/rules_go/.github/PULL_REQUEST_TEMPLATE.md

Documentation: github.com/bazelbuild/rules_go/.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.
    114. Note that PRs updating dependencies and new Go versions are not accepted.
    12   Please file an issue instead.
    13-->
    14
    15**What type of PR is this?**
    16
    17> Uncomment one line below and remove others.
    18>
    19> Bug fix
    20> Feature
    21> Documentation
    22> Other
    23
    24**What does this PR do? Why is it needed?**
    25
    26**Which issues(s) does this PR fix?**
    27
    28Fixes #
    29
    30**Other notes for review**

View as plain text