Our project welcomes contributions from IBMers.
To contribute code or documentation, fork our repository and then submit a pull request. Include your ibm email shortname in your profile or your pull request.
If you would like to see a new feature, please raise an issue.
If you would like to report a bug or vulnerability, please raise an issue.
The project maintainers will review the code before acceptance.
For a list of the maintainers, see the MAINTAINERS.md page.
Each source file must include a license header for the Apache Software License 2.0. and the appropriate copyright. e.g:
/* */
/* Copyright 2019 IBM Corp. */
/* */
/* 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. */
/* */