Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 1.93 KB

ES.Build.CoseSignTool

Contributing

Welcome and thank you for your interest in contributing to ES.Build.CoseSignTool!

This project has adopted the Inner Source model. Before contributing to this project, please review this document for policies and procedures which will ease the contribution and review process for everyone.

If you have questions, please contact the Core Build Team.

Issues and Feature Requests

Work items are tracked in Issues.

Style Guidelines

Please respect the current style in the code.

Testing

Certain features using the Windows certificate store will not work in non-Windows environments. If testing changes in a non-Windows environment, please test using dotnet test --filter TestCategory!=WindowsOnly

Pull Request Process

  1. Clone the repo.
  2. Create a user or feature branch off of main.
  3. Submit pull requests into main from your feature branch.
  4. Ensure builds are still successful and tests, including any added or updated tests, pass prior to submitting the pull request.
  5. Update any documentation, user and contributor, that is impacted by your changes.
  6. Increase the version numbers in any examples and the README.md to the new version that this pull request would represent. The versioning scheme we use is SemVer.
  7. <should I add this?> Include your change description in CHANGELOG.md file as part of pull request.
  8. You may merge the pull request in once you have the sign-off of at least two Microsoft full-time employees, including at least one other developer.

License Information

MIT License