-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Clemens Vasters <[email protected]>
- Loading branch information
Clemens Vasters
committed
Sep 16, 2022
1 parent
5e0fcdd
commit d86935e
Showing
9 changed files
with
145 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,59 @@ | ||
# 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. | ||
|
||
When you submit a pull request, a CLA-bot will automatically determine whether you need | ||
to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the | ||
instructions provided by the bot. You will only need to do this once across all repositories using our CLA. | ||
|
||
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 [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
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. | ||
|
||
When you submit a pull request, a CLA-bot will automatically determine whether | ||
you need to provide a CLA and decorate the PR appropriately (e.g., label, | ||
comment). Simply follow the instructions provided by the bot. You will only need | ||
to do this once across all repositories using our CLA. | ||
|
||
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 | ||
[[email protected]](mailto:[email protected]) with any additional | ||
questions or comments. | ||
|
||
## Filing Issues | ||
|
||
You can find all of the issues that have been filed in the [Issues](https://github.com/clemensv/azure-relay-bridge/issues) section of the repository. | ||
You can find all of the issues that have been filed in the | ||
[Issues](https://github.com/clemensv/azure-relay-bridge/issues) section of the | ||
repository. | ||
|
||
If you encounter any service side bugs, please file an issue [here](https://github.com/clemensv/azure-relay-bridge/issues/new) and make sure to fill out the provided template with the requested information. | ||
If you encounter any service side bugs, please file an issue | ||
[here](https://github.com/clemensv/azure-relay-bridge/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. | ||
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/clemensv/azure-relay-bridge/pulls) section of the repository. | ||
|
||
To open your own pull request, click [here](https://github.com/clemensv/azure-relay-bridge/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 | ||
You can find all of the pull requests that have been opened in the [Pull | ||
Request](https://github.com/clemensv/azure-relay-bridge/pulls) section of the | ||
repository. | ||
|
||
To open your own pull request, click | ||
[here](https://github.com/clemensv/azure-relay-bridge/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. | ||
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 | ||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.