route/vendor/go.uber.org/atomic/.github/PULL_REQUEST_TEMPLATE.md

9 lines
394 B
Markdown
Raw Normal View History

2017-10-06 15:29:20 +00:00
Before opening your pull request, please make sure that you've:
- [ ] [signed Uber's Contributor License Agreement](https://docs.google.com/a/uber.com/forms/d/1pAwS_-dA1KhPlfxzYLBqK6rsSWwRwH95OCCZrcsY5rk/viewform);
- [ ] added tests to cover your changes;
- [ ] run the test suite locally (`make test`); and finally,
- [ ] run the linters locally (`make lint`).
Thanks for your contribution!