diff options
author | Leif Lindholm <quic_llindhol@quicinc.com> | 2024-07-09 16:01:42 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-10 16:02:43 +0000 |
commit | 0f45be16336035e69bb30761f8cd20ba3b0a3f39 (patch) | |
tree | 24ca872bee0e522da4aaeb50e84db4ab598d1afd | |
parent | 6c061c4715325494b8b25453158166f9032e0335 (diff) | |
download | edk2-0f45be16336035e69bb30761f8cd20ba3b0a3f39.tar.gz |
.github: Update pull_request_template.md
Slightly reword the template to be more specific and use active language.
Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
-rw-r--r-- | .github/pull_request_template.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 70e8c56496..3ecabed46b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,13 +9,13 @@ <_Delete lines in \<\> tags before creating the PR._>
- [ ] Breaking change?
- - **Breaking change** - Will this cause a break in build or boot behavior?
- - Examples: Add a new library class or move a module to a different repo.
+ - **Breaking change** - Does this PR cause a break in build or boot behavior?
+ - Examples: Does it add a new library class or move a module to a different repo.
- [ ] Impacts security?
- - **Security** - Does the change have a direct security impact?
+ - **Security** - Does this PR have a direct security impact?
- Examples: Crypto algorithm change or buffer overflow fix.
- [ ] Includes tests?
- - **Tests** - Does the change include any explicit test code?
+ - **Tests** - Does this PR include any explicit test code?
- Examples: Unit tests or integration tests.
## How This Was Tested
|