Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 4.02 KB

Contributing.md

File metadata and controls

54 lines (36 loc) · 4.02 KB

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

How to contribute

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Creating issues

  • You can create an issue, but before doing that please read the bullets below and include as many details as possible. In case the issue is related to a bug, make sure to add a reference to the artifact.
  • Perform a cursory search to see if a similar issue has already been submitted.
  • Make sure to use our bug report or feature request templates.

Related repositories

This is the repository for Microsoft Defender for Cloud. Please ensure that you are opening issues in the right repository. Other repos you might be looking for:

Recommended setup for contributing

  • To contribute your own examples, fork the repo, create a new branch, make your changes or additions, and then submit a pull request.

  • If you submit a pull request, we'll add a comment to the pull request asking you to submit an online CLA (Contribution License Agreement). We'll need you to complete the online form before we can accept your pull request.

  • We do not allow adding new folders to the top level folder.

Commit messages

When creating commits, always try to create useful commit messages explaining what that commit contains. Avoid commit messages like "fix" or "commit". If you're fixing something that's been reported as an issue in the repo, refer to the issue number in commit messages.

Pull Requests

When creating a pull request, please create a good title, fill the description with content, and ideally, explain what your PR will change. Make sure to provide a readme file so people will know what your artifact will do. Once your pull request is submitted, we will automatically verify you've signed the CLA agreement, and that your code passes a set of CI build tests.