Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

44 lines (33 loc) · 1.43 KB

Contributing to OTEL Arrow Adapter

We want to make contributing to this project as easy and transparent as possible.

[Code of Conduct]

F5 has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Our Development Process

[OUTLINE OF DEVELOPMENT PROCESS]

Pull Requests

We actively welcome your pull requests.

  1. Fork the repo and create your branch from dev.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. If you haven't already, complete the Contributor License Agreement ("CLA").

Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA, if you haven’t submitted one before for this project. You only need to do this once, and you’re good to go.

Complete your CLA here and email the filled out form to [PROJECT_EMAIL].

License

By contributing to OTEL Arrow Adapter, you agree that your contributions will be licensed its Apache 2.0 license. Copy and paste this to the top of your new file(s):

/**
 * Copyright (c) F5, Inc.
 *
 * This source code is licensed under the Apache 2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */