mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
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:
parent
8fda425eca
commit
93f640751b
1 changed files with 1 additions and 0 deletions
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue