Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 3.09 KB

CONTRIBUTING.md

File metadata and controls

52 lines (32 loc) · 3.09 KB

Contributing Guidelines

Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community.

Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.

Issue Tracker

When reporting a bug or feature requests for a specific project, please file an issue on the project's repository. The issue tracker for .NET on AWS home repository is intended for general discussions, announcements, and issues for non-open source projects such as AWS Toolkit for Visual Studio and AWS Tools for Microsoft VSTS.

Pull Requests

Contributions via pull requests are much appreciated.

We accept pull requests with changes to README.md. When suggesting updates and changes, please note that this repository only lists software and resources owned by AWS. Unfortunately, we do not promote or endorse third party projects.

To send us a content-change pull request, please:

  1. Fork the repository.
  2. Modify the README.md
  3. Commit to your fork using clear commit messages.
  4. Send us a pull request, answering any default questions in the pull request interface.

We also accept some contributions that are new software (unrelated to existing projects listed in this repository) or proof-of-concepts that are specific to .NET on AWS. Before making a pull request, please ensure that you are the owner of the software or proof-of-concept. We would love to provide you with feedback and have a discussion on problems the software is solving.

To send us a software contribution pull request, please:

  1. Fork the repository
  2. Create a sub folder with your project name.
  3. Copy your code under this folder.
  4. Commit to your fork using clear commit messages.
  5. Send us a pull request, answering any default questions in the pull request interface.

GitHub provides additional document on forking a repository and creating a pull request.

Code of Conduct

This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

Security issue notifications

If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public github issue.

Licensing

See the LICENSE file for our project's licensing. We will ask you to confirm the licensing of your contribution.

We may ask you to sign a Contributor License Agreement (CLA) for larger changes.