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:
parent
8a6c0b907f
commit
ca50cc895e
10
.github/CONTRIBUTING.md
vendored
10
.github/CONTRIBUTING.md
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user