Initial check in
This commit is contained in:
Родитель
9c06af820d
Коммит
5c94e3fbc7
|
@ -0,0 +1,26 @@
|
|||
# Default behavior: if Git thinks a file is text (as opposed to binary), it
|
||||
# will normalize line endings to LF in the repository, but convert to your
|
||||
# platform's native line endings on checkout (e.g., CRLF for Windows).
|
||||
* text=auto
|
||||
|
||||
# Explicitly declare text files you want to always be normalized and converted
|
||||
# to native line endings on checkout. E.g.,
|
||||
#*.c text
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout. E.g.,
|
||||
#*.sln text eol=crlf
|
||||
|
||||
# Declare files that will always have LF line endings on checkout. E.g.,
|
||||
*.sh text eol=lf
|
||||
|
||||
# Denote all files that should not have line endings normalized, should not be
|
||||
# merged, and should not show in a textual diff.
|
||||
*.docm binary
|
||||
*.docx binary
|
||||
*.ico binary
|
||||
*.lib binary
|
||||
*.png binary
|
||||
*.pptx binary
|
||||
*.snk binary
|
||||
*.vsdx binary
|
||||
*.xps binary
|
|
@ -0,0 +1,43 @@
|
|||
# Contribute or Provide Feedback for Azure Service Bus
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Code of Conduct](#code-of-conduct)
|
||||
- [Filing Issues](#filing-issues)
|
||||
- [Pull Requests](#pull-requests)
|
||||
- [General guidelines](#general-guidelines)
|
||||
- [Testing guidelines](#testing-guidelines)
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto: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:
|
||||
* [.NET](https://github.com/azure/azure-service-bus-dotnet)
|
||||
|
||||
## Filing Issues
|
||||
|
||||
You can find all of the issues that have been filed in the [Issues](https://github.com/Azure/azure-service-bus/issues) section of the repository.
|
||||
|
||||
If you encounter any service side bugs, please file an issue [here](https://github.com/Azure/azure-service-bus/issues/new) 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.
|
||||
|
||||
### Pull Requests
|
||||
|
||||
You can find all of the pull requests that have been opened in the [Pull Request](https://github.com/Azure/azure-service-bus/pulls) section of the repository.
|
||||
|
||||
To open your own pull request, click [here](https://github.com/Azure/azure-service-bus/compare). 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
|
|
@ -0,0 +1,15 @@
|
|||
# Description
|
||||
<!--
|
||||
If you have an issue or a feature request for a specific client library, see the following:
|
||||
* [.NET](https://github.com/azure/azure-service-bus-dotnet)
|
||||
|
||||
If you think your request is more specific to the Service Bus service, please fill out the following template.
|
||||
-->
|
||||
|
||||
## Actual Behavior
|
||||
1.
|
||||
2.
|
||||
|
||||
## Expected Behavior
|
||||
1.
|
||||
2.
|
|
@ -0,0 +1,13 @@
|
|||
## Description
|
||||
<!--
|
||||
Please add an informative description that covers the changes made by the pull request.
|
||||
|
||||
If applicable, reference the bug/issue that this pull request fixes here.
|
||||
-->
|
||||
|
||||
This checklist is used to make sure that common guidelines for a pull request are followed.
|
||||
|
||||
- [ ] **I have read the [contribution guidelines](./CONTRIBUTING.md).**
|
||||
- [ ] Title of the pull request is clear and informative.
|
||||
- [ ] If applicable, the code is properly documented.
|
||||
- [ ] The code builds without any errors.
|
20
README.md
20
README.md
|
@ -1,3 +1,19 @@
|
|||
# Contributing
|
||||
<p align="center">
|
||||
<img src="service-bus.png" alt="Microsoft Azure Service Bus" width="100"/>
|
||||
</p>
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
# Microsoft Azure Service Bus
|
||||
|
||||
To learn more about Azure Service Bus, please visit our [marketing page](https://azure.microsoft.com/services/service-bus/).
|
||||
|
||||
This repository is intended to be used for the following:
|
||||
* Service side issues and feature requests
|
||||
* Samples
|
||||
* Documentation issues
|
||||
|
||||
If you are looking for a specific client library, see the following:
|
||||
* [.NET](https://github.com/azure/azure-service-bus-dotnet)
|
||||
|
||||
## How to provide feedback
|
||||
|
||||
See our [Contribution Guidelines](./.github/CONTRIBUTING.md).
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 20 KiB |
Загрузка…
Ссылка в новой задаче