.. ****************************************************************************** .. * Copyright 2022 Intel Corporation .. * .. * 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. .. *******************************************************************************/ How to Contribute ----------------- We welcome community contributions to |intelex|. You can: - Submit your changes directly with a `pull request `_. - Log a bug or make a feature request with an `issue `_. Refer to our guidelines on pull requests and issues before you proceed. Issues ****** Use `GitHub issues `_ to: - report an issue - make a feature request .. note:: To report a vulnerability, refer to `Intel vulnerability reporting policy `_. Pull Requests ************* To contribute your changes directly to the repository, do the following: - Make sure you can build the product and run all the examples with your patch. - For a larger feature, provide a relevant example. - Document your code. - `Submit `_ a pull request into the `master` branch. Provide a brief description of the changes you are contributing. Public CI is enabled for the repository. Your PR should pass all of our checks. We will review your contribution and, if any additional fixes or modifications are necessary, we may give some feedback to guide you. When accepted, your pull request will be merged into our GitHub repository.