Skip to content

Commit c283c98

Browse files
committed
add CONTRIBUTING.md
Change-Id: I239703f27b8cce72c44cd01798857c0cbec830fa
1 parent e7dfe43 commit c283c98

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
--------------------------------------------------------------------------------
2+
Contributing to Intel® Performance Counter Monitor (Intel® PCM)
3+
--------------------------------------------------------------------------------
4+
5+
Everyone is welcome to contribute. Patches may be submitted using GitHub pull requests (PRs).
6+
7+
--------------------------------------------------------------------------------
8+
License
9+
--------------------------------------------------------------------------------
10+
11+
(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.
12+
13+
--------------------------------------------------------------------------------
14+
Coding Style
15+
--------------------------------------------------------------------------------
16+
17+
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.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2009-2023, Intel Corporation
3+
Copyright (c) 2009-2024, Intel Corporation
44
Copyright (c) 2016-2020, opcm
55
All rights reserved.
66

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Intel® Performance Counter Monitor (Intel® PCM) is an application progra
88

99
*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)
1010

11+
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.
12+
1113
--------------------------------------------------------------------------------
1214
Current Build Status
1315
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)