DEV: Shorter PR draft template (#28862)
This commit is contained in:
parent
4094e90190
commit
d7679f8aa3
|
@ -1,8 +1,8 @@
|
|||
<!--
|
||||
NOTE: All pull requests should have:
|
||||
- Tests (rspec in Ruby, qunit in JavaScript). If your code does not include test coverage, please include an explanation of why it was omitted.
|
||||
- A descriptive title and description with context about those changes.
|
||||
- Good commit messages with the correct prefixes see: https://meta.discourse.org/t/discourse-github-commit-prefix-convention/19392
|
||||
- If the pull request had UX/UI changes, please add a screenshot of how it was before and how it is with your changes in mobile and desktop
|
||||
- If changing flakey tests, please add a description in your commit/PR description about the error you were having
|
||||
- Tests (rspec in Ruby, qunit in JavaScript). If no tests are included, please explain why.
|
||||
- A descriptive title and description with context about the changes.
|
||||
- Good commit messages with the correct prefixes, see: https://meta.discourse.org/t/-/19392
|
||||
- When there are UX/UI changes, please add before/after screenshots, including mobile and desktop.
|
||||
- For flakey tests, please describe the error you were having.
|
||||
-->
|
Loading…
Reference in New Issue