Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 18e74b1

Browse files
committed
Add DCO Documentation and github configurations
Remove code-of-contact as it is provided by spring-projects
1 parent da1eec0 commit 18e74b1

File tree

3 files changed

+6
-55
lines changed

3 files changed

+6
-55
lines changed

.github/dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

CODE_OF_CONDUCT.adoc

Lines changed: 0 additions & 44 deletions
This file was deleted.

CONTRIBUTING.adoc

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ Spring Cloud Dataflow is released under the Apache 2.0 license. If you would lik
66

77

88

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-
159
== Using GitHub Issues
1610
We use GitHub issues to track bugs and enhancements.
1711
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.
2317

2418

2519
== 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.
2721
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.
2822

2923

3024

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].
3528

3629

3730
=== Code Conventions and Housekeeping

0 commit comments

Comments
 (0)