Skip to content

Commit 330176f

Browse files
committed
Update the GitHub pull request template for AI
Better grammar
1 parent c1ed825 commit 330176f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
99
10-
http://www.apache.org/licenses/LICENSE-2.0
10+
https://www.apache.org/licenses/LICENSE-2.0
1111
1212
Unless required by applicable law or agreed to in writing,
1313
software distributed under the License is distributed on an
@@ -22,7 +22,9 @@ Thanks for your contribution to [Apache Commons](https://commons.apache.org/)! Y
2222
Before you push a pull request, review this list:
2323

2424
- [ ] Read the [contribution guidelines](CONTRIBUTING.md) for this project.
25+
- [ ] Read the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) if you use Artificial Intelligence (AI).
26+
- [ ] I used AI to create any part of, or all of, this pull request.
2527
- [ ] Run a successful build using the default [Maven](https://maven.apache.org/) goal with `mvn`; that's `mvn` on the command line by itself.
26-
- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible but is a best-practice.
28+
- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible, but it is a best-practice.
2729
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
28-
- [ ] Each commit in the pull request should have a meaningful subject line and body. Note that commits might be squashed by a maintainer on merge.
30+
- [ ] Each commit in the pull request should have a meaningful subject line and body. Note that a maintainer may squash commits during the merge process.

0 commit comments

Comments
 (0)