mirror of https://github.com/databricks/cli.git
Improve the PR template, add a "why" section (#2402)
## Changes 1. Add a Why section to the pull request template 2. Slightly improve language in the existing sections ## Why Providing the right context for the reviewer in the PR description is important as it usually cannot be inferred from the code itself. The new section directly prompts the requester to provide such context ## Tests Checked that the markdown is still rendered correctly in the local viewer
This commit is contained in:
parent
a2400f3025
commit
9056fb58b7
|
@ -1,6 +1,10 @@
|
|||
## Changes
|
||||
<!-- Summary of your changes that are easy to understand -->
|
||||
<!-- Brief summary of your changes that is easy to understand -->
|
||||
|
||||
## Why
|
||||
<!-- Why are these changes needed? Provide the context that the reviewer might be missing.
|
||||
For example, were there any decisions behind the change that are not reflected in the code itself? -->
|
||||
|
||||
## Tests
|
||||
<!-- How is this tested? -->
|
||||
<!-- How have you tested the changes? -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue