You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@ Spring Cloud Dataflow is released under the Apache 2.0 license. If you would lik
6
6
7
7
8
8
9
-
== Code of Conduct
10
-
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
11
-
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
12
-
13
-
14
-
15
9
== Using GitHub Issues
16
10
We use GitHub issues to track bugs and enhancements.
17
11
If you have a general usage question please ask on https://stackoverflow.com[Stack Overflow].
@@ -23,15 +17,14 @@ Ideally, that would include a small sample project that reproduces the problem.
23
17
24
18
25
19
== Reporting Security Vulnerabilities
26
-
If you think you have found a security vulnerability in Spring Pulsar please *DO NOT* disclose it publicly until we've had a chance to fix it.
20
+
If you think you have found a security vulnerability in Spring Cloud Data Flow please *DO NOT* disclose it publicly until we've had a chance to fix it.
27
21
Please don't report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly.
28
22
29
23
30
24
31
-
== Sign the Contributor License Agreement
32
-
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
33
-
Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do.
34
-
Active contributors might be asked to join the core team, and given the ability to merge pull requests.
25
+
== Developer Certificate of Origin
26
+
All commits must include a **Signed-off-by** trailer at the end of each commit message to indicate that the contributor agrees to the Developer Certificate of Origin.
27
+
For additional details, please refer to the blog post https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring[Hello DCO, Goodbye CLA: Simplifying Contributions to Spring].
0 commit comments