Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.91 KB

contributing.md

File metadata and controls

52 lines (39 loc) · 1.91 KB

Contributing

First of all, thank you very much for making an effort to contribute! 👏

Did you find a bug?

Bugs are tracked by GitHub issues for this repository at: https://github.com/talsma-ict/context-propagation/issues

Pull requests

If you have code or a bugfix you would like to contribute, please feel free to create a GitHub pull request from your own fork of this repository. Please make sure to request the merge towards the develop branch.

Signing off

Each contribution should be signed off under the Developer Certificate of Origin (DCO) using the --signoff git option (or its -s shorthand).

Contributions will be checked by the github DCO bot.

License

By contributing your code, you license it under the terms of the APLv2: https://github.com/talsma-ict/context-propagation/blob/master/LICENSE

All files are released with the Apache 2.0 license.

If you are adding a new file it should have a header like below.
This can be automatically added by running ./mvnw license:format

/*
 * Copyright 2016-2022 Talsma ICT
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *        http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */