mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00

* Add a why header to the pull request template * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com> * Update .github/PULL_REQUEST_TEMPLATE.md * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Robert Nishihara <robertnishihara@gmail.com>
17 lines
489 B
Markdown
17 lines
489 B
Markdown
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
|
|
|
|
## Why are these changes needed?
|
|
|
|
<!-- Please give a short summary of the problem these changes address. -->
|
|
|
|
## What do these changes do?
|
|
|
|
<!-- Please give a short summary of these changes. -->
|
|
|
|
## Related issue number
|
|
|
|
<!-- For example: "Closes #1234" -->
|
|
|
|
## Linter
|
|
|
|
- [ ] I've run `scripts/format.sh` to lint the changes in this PR.
|