Add DCO prompt in PR template (#27072)

We require DCO in the PR, but people always forget it until the PR being created.
Putting a prompt line in the PR template may help.
This commit is contained in:
Tao Wang 2022-07-27 23:19:51 +08:00 committed by GitHub
parent 8fda425eca
commit 93f640751b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
## Checks
- [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this PR.
- [ ] I've run `scripts/format.sh` to lint the changes in this PR.
- [ ] I've included any doc changes needed for https://docs.ray.io/en/master/.
- [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/