-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add contributing guide and badges bar (#160)
* Added badges/shields bar to README * Create CONTRIBUTING.md * Add Contributing section to README * Add info on how to submit bugs to README.md * add crates.io bage
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
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,27 @@ | ||
# Contributing to Intel® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API | ||
|
||
We welcome contributions from everyone. Your efforts help improve the project and are greatly appreciated. | ||
|
||
## Contribution Process | ||
|
||
- **Fork** the repository | ||
- **Make Changes**: | ||
- Clone your fork | ||
- Create a new branch | ||
- Implement your changes and commit with a clear message | ||
- **Pull Request**: | ||
- Push to your fork | ||
- Open a pull request to merge your branch into the main repository with a clear title and description | ||
|
||
## Review | ||
|
||
- Maintainers will review your pull request | ||
- You may be asked to make changes | ||
- Approved changes will be merged | ||
|
||
## Licensing | ||
|
||
- All code is dual licensed under GPLv2 and 3-Clause BSD | ||
- All contributions must carry these licenses | ||
|
||
Thank you for contributing to Intel® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API |
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