Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 1.47 KB

Contributing to Intel® Performance Counter Monitor (Intel® PCM)

We warmly welcome contributions from everyone. If you wish to submit patches, please do so using GitHub's pull request (PR) feature. When adding substantial new features, it's crucial to also include relevant tests in our test suite, located in the test/test.sh file. This step helps verify the proper functioning of the new features.


License

Intel® PCM is licensed using a BSD 3-clause license. All code submitted to the project is required to carry that license.


Coding Style

While we don't enforce stringent coding style requirements, we do encourage adherence to standard coding style practices, such as those outlined in the Google C++ Style Guide. When submitting patches, we request that you maintain the style consistency with the surrounding code. We discourage the use of tabs; please use 4 spaces for indentation instead.