This is an automated email from the ASF dual-hosted git repository.

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new af33c1a9 Add pull request template
af33c1a9 is described below

commit af33c1a92078c7fba0d7a5a043dfdad11e1ad7a6
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Feb 14 17:31:50 2025 +0100

    Add pull request template
    
    At least we need a license acceptance
---
 .github/pull_request_template.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..ef49ca45
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,20 @@
+Following this checklist to help us incorporate your
+contribution quickly and easily:
+
+- [ ] Your pull request should address just one issue, without pulling in 
other changes.
+- [ ] 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.
+- [ ] Run `mvn site` and examine output in `target/site` directory.
+  Site will also be built on your pull request automatically and attached to 
GitHub Action result.
+
+If your pull request is about ~20 lines of code you don't need to sign an
+[Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
+please ask on the developers list.
+
+To make clear that you license your contribution under
+the [Apache License Version 2.0, January 
2004](http://www.apache.org/licenses/LICENSE-2.0)
+you have to acknowledge this by using the following check-box.
+
+- [ ] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
+- [ ] In any other case, please file an [Apache Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf).
+

Reply via email to