-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I239703f27b8cce72c44cd01798857c0cbec830fa
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters