Skip to content

Commit ac0c7ee

Browse files
authored
docs: replace CLA section with DCO (#3094) (#3228)
Signed-off-by: JiyeonNam <duddjektjtro@naver.com>
1 parent 911c459 commit ac0c7ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Thank you for taking time to contribute this pull request!
22
You might have already read the [contributor guide][1], but as a reminder, please make sure to:
33

4-
* Sign the [contributor license agreement](https://cla.pivotal.io/sign/spring)
4+
* Add a Signed-off-by line to each commit (`git commit -s`) per the [DCO](https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring#how-to-use-developer-certificate-of-origin)
55
* Rebase your changes on the latest `main` branch and squash your commits
66
* Add/Update unit tests as needed
77
* Run a build and make sure all tests pass prior to submission
8+
9+
For more details, please check the [contributor guide][1].
10+
Thank you upfront!
11+
12+
[1]: https://github.com/spring-projects/spring-ai/blob/main/CONTRIBUTING.adoc

0 commit comments

Comments
 (0)