PR template: Drop CLA instructions (#91)

CLAassistant will verify and have the user sign the CLA if needed so we
don't need the outdated link in the contribution guide.
This commit is contained in:
tison
2021-06-08 23:40:19 +08:00
committed by GitHub
parent 19a675e6b3
commit 5422f5b703

View File

@@ -1,7 +1,6 @@
Before opening your pull request, please make sure that you've:
- [ ] updated the changelog if the change is user-facing;
- [ ] [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`).