1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-11 13:53:53 +02:00

chore: add note about DCO (#2985)

* Update CONTRIBUTING.md

* Apply suggestions from code review

Co-authored-by: Linda Siebert <39100394+LindaSieb@users.noreply.github.com>

Co-authored-by: Linda Siebert <39100394+LindaSieb@users.noreply.github.com>
This commit is contained in:
Christopher Fenner 2021-10-11 13:54:43 +02:00 committed by GitHub
parent 8a6c0b907f
commit ca50cc895e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
# Guidance on how to contribute
# Guidance on How to Contribute
**Table of contents:**
**Table of Contents:**
1. [Using the issue tracker](#using-the-issue-tracker)
1. [Changing the code-base](#changing-the-code-base)
1. [Jenkins credential handling](#jenkins-credentials)
1. [Jenkins credential handling](#jenkins-credential-handling)
1. [Code Style](#code-style)
1. [References](#references)
@ -54,6 +54,10 @@ Write [meaningful commit messages](http://who-t.blogspot.de/2009/12/on-commit-me
Good commit messages speed up the review process and help to keep this project maintainable in the long term.
## Developer Certificate of Origin (DCO)
Due to legal reasons, contributors will be asked to accept a DCO when they create their first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).
## Jenkins credential handling
References to Jenkins credentials should have meaningful names.