1# Guidelines for reporting bugs: 2Non-security-critical bugs can be filed on the Issues tracker: 3 4https://github.com/Microsoft/ms-tpm-20-ref/issues 5 6Security sensitive bugs should be reported to [email protected] 7 8# Guideline for submitting changes: 9 10This repository tracks official TPM Library Specification releases and errata from 11the Trusted Computing Group: 12 13https://trustedcomputinggroup.org/tpm-library-specification/ 14 15All changes to core TPM logic, particularly changes to files in 16TPMCmd/tpm and its subdirectories, must be approved by TCG voting 17members. Github pull requests may be used to propose changes, but changes 18will not be incorporated without TCG member approval. 19 20Other changes (e.g. new files or changes to TPMCmd/Platform or TPMCmd/Simulator), 21particularly to support new platforms, scenarios, build environments or 22crypto-libraries, will be considered if they are expected to be widely useful. 23 24Contributors that wish to be involved in 25the future evolution of the TPM specification and reference implementation 26should consider joining the Trusted Computing Group. Information about 27membership and liaison programs is available at https://trustedcomputinggroup.org/membership/ 28 29# Contributing 30 31This project welcomes contributions and suggestions. Most contributions require you to 32agree to a Contributor License Agreement (CLA) declaring that you have the right to, 33and actually do, grant us the rights to use your contribution. For details, visit 34https://cla.microsoft.com. 35 36When you submit a pull request, a CLA-bot will automatically determine whether you need 37to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the 38instructions provided by the bot. You will only need to do this once across all repositories using our CLA. 39 40This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 41For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) 42or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. 43