This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 564ee509f [KYUUBI #5162][DOC] Add statements about contributions
co-authored with AIGC in developer guide page
564ee509f is described below
commit 564ee509f09f3af9a9885847d463f2d39eb1e535
Author: senmiaoliu <[email protected]>
AuthorDate: Wed Aug 16 11:58:39 2023 +0800
[KYUUBI #5162][DOC] Add statements about contributions co-authored with
AIGC in developer guide page
### _Why are the changes needed?_
close #5162
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
### _Was this patch authored or co-authored using generative AI tooling?_
No
Closes #5163 from lsm1/features/kyuubi-5162.
Closes #5162
c5bba8c20 [senmiaoliu] fix
af5e816fb [Kent Yao] Update docs/contributing/code/developer.md
ceb44358d [senmiaoliu] Add statements about contributions co-authored with
AIGC in developer guide page
Lead-authored-by: senmiaoliu <[email protected]>
Co-authored-by: Kent Yao <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/PULL_REQUEST_TEMPLATE | 9 +++++++++
docs/contributing/code/developer.md | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index d3e0600de..3cab99d1f 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -21,3 +21,12 @@ Please clarify why the changes are needed. For instance,
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
+
+
+### _Was this patch authored or co-authored using generative AI tooling?_
+<!--
+If a generative AI tooling has been used in the process of authoring this
patch, please include
+phrase 'Generated-by: ' followed by the name of the tool and its version.
+If no, write 'No'.
+Please refer to the [ASF Generative Tooling
Guidance](https://www.apache.org/legal/generative-tooling.html) for details.
+-->
diff --git a/docs/contributing/code/developer.md
b/docs/contributing/code/developer.md
index 8b52057e8..ef6fb7988 100644
--- a/docs/contributing/code/developer.md
+++ b/docs/contributing/code/developer.md
@@ -48,3 +48,12 @@ Kyuubi uses settings.md to explain available configurations.
You can run `KYUUBI_UPDATE=1 build/mvn clean test -pl kyuubi-server -am
-Pflink-provided,spark-provided,hive-provided
-DwildcardSuites=org.apache.kyuubi.config.AllKyuubiConfiguration`
to append descriptions of new configurations to settings.md.
+
+## Generative Tooling Usage
+
+In general, the ASF allows contributions co-authored using generative AI
tools. However, there are several considerations when you submit a patch
containing generated content.
+
+Foremost, you are required to disclose usage of such tool. Furthermore, you
are responsible for ensuring that the terms and conditions of the tool in
question are
+compatible with usage in an Open Source project and inclusion of the generated
content doesn't pose a risk of copyright violation.
+
+Please refer to [The ASF Generative Tooling
Guidance](https://www.apache.org/legal/generative-tooling.html) for more
detailed information.