From c283c98bc669ef2f4225459245296c0ec11be779 Mon Sep 17 00:00:00 2001 From: "Dementiev, Roman" Date: Fri, 15 Mar 2024 12:03:05 +0100 Subject: [PATCH] add CONTRIBUTING.md Change-Id: I239703f27b8cce72c44cd01798857c0cbec830fa --- CONTRIBUTING.md | 17 +++++++++++++++++ LICENSE | 2 +- README.md | 2 ++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..502865e8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +-------------------------------------------------------------------------------- +Contributing to Intel® Performance Counter Monitor (Intel® PCM) +-------------------------------------------------------------------------------- + +Everyone is welcome to contribute. Patches may be submitted using GitHub pull requests (PRs). + +-------------------------------------------------------------------------------- +License +-------------------------------------------------------------------------------- + +(Intel® PCM) is licensed using a [BSD 3-clause license](https://github.com/intel/pcm/blob/master/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 (https://google.github.io/styleguide/cppguide.html). 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. diff --git a/LICENSE b/LICENSE index 1fee9e76..2d994393 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2009-2023, Intel Corporation +Copyright (c) 2009-2024, Intel Corporation Copyright (c) 2016-2020, opcm All rights reserved. diff --git a/README.md b/README.md index 76a148d4..6769e123 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Intel® Performance Counter Monitor (Intel® PCM) is an application progra *Github repository statistics:* ![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fhetthbszh0.execute-api.us-east-2.amazonaws.com%2Fdefault%2Fpcm-clones) ![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2F5urjfrshcd.execute-api.us-east-2.amazonaws.com%2Fdefault%2Fpcm-yesterday-clones) ![Custom badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fcsqqh18g3l.execute-api.us-east-2.amazonaws.com%2Fdefault%2Fpcm-today-clones) +We welcome bug reports and enhancement requests, which can be submitted via the "Issues" section on GitHub. For those interested in contributing to the code, please refer to the guidelines outlined in the CONTRIBUTING.md file. + -------------------------------------------------------------------------------- Current Build Status --------------------------------------------------------------------------------