Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.58 KB

CONTRIBUTING.md

File metadata and controls

48 lines (30 loc) · 2.58 KB

Contribute or Provide Feedback for Azure Service Bus

Table of Contents

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Language specific libraries

If you have an issue for a specific client library, see the following:

Filing Issues

You can find all of the issues that have been filed in the Issues section of the repository.

If you encounter any service side bugs, please file an issue here and make sure to fill out the provided template with the requested information.

To suggest a new feature or changes that could be made, file an issue the same way you would for a bug, but remove the provided template and replace it with information about your suggestion.

Reply times

The Service Bus team tries to at least reply to issues as fast as possible but please expect 5-7 business days.

Pull Requests

You can find all of the pull requests that have been opened in the Pull Request section of the repository.

To open your own pull request, click here. When creating a pull request, keep the following in mind:

  • Make sure you are pointing to the fork and branch that your changes were made in
  • The pull request template that is provided should be filled out; this is not something that should just be deleted or ignored when the pull request is created
    • Deleting or ignoring this template will elongate the time it takes for your pull request to be reviewed

General guidelines

The following guidelines must be followed in EVERY pull request that is opened.

  • Title of the pull request is clear and informative
  • There are a small number of commits that each have an informative message
  • A description of the changes the pull request makes is included, and a reference to the bug/issue the pull request fixes is included, if applicable