mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Declutter pull_request_template (#13026)
Turn the instructions in pull_request_template into comments so templated language no longer clutter the PR description section.
This commit is contained in:
parent
851b0ce936
commit
2f9b559391
1 changed files with 9 additions and 4 deletions
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
|
|
@ -1,5 +1,10 @@
|
|||
**Description**: Describe your changes.
|
||||
### Description
|
||||
<!-- Describe your changes. -->
|
||||
|
||||
|
||||
|
||||
### Motivation and Context
|
||||
<!-- - Why is this change required? What problem does it solve?
|
||||
- If it fixes an open issue, please link to the issue here. -->
|
||||
|
||||
|
||||
**Motivation and Context**
|
||||
- Why is this change required? What problem does it solve?
|
||||
- If it fixes an open issue, please link to the issue here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue