...

Text file src/go.uber.org/atomic/.github/PULL_REQUEST_TEMPLATE.md

Documentation: go.uber.org/atomic/.github

     1Before opening your pull request, please make sure that you've:
     2
     3- [ ] updated the changelog if the change is user-facing;
     4- [ ] added tests to cover your changes;
     5- [ ] run the test suite locally (`make test`); and finally,
     6- [ ] run the linters locally (`make lint`).
     7
     8Thanks for your contribution!

View as plain text