1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

Merge pull request #33 from alejandraferreirovidal/workingWithForks

add info about working with forks
This commit is contained in:
Alejandra Ferreiro Vidal 2017-12-18 10:00:18 +01:00 committed by GitHub
commit bf9ca0218d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ Use the issue tracker to find ways to contribute. Find a bug or a feature, menti
Generally speaking, you should fork this repository, make changes in your own fork, and then submit a pull-request. All new code should have been thoroughly tested end-to-end in order to validate implemented features and the presence or lack of defects.
### Working with forks
[Configure this repository as a remote for your own fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/)
[And sync your fork with this repository](https://help.github.com/articles/syncing-a-fork/) before beginning to work on a new pull-request.
### Tests
All pipeline library coding _must_ come with automated unit tests.