You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure Service Operator project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.
3
+
The Azure Service Operator Samples project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.
4
4
5
-
Please see also the [Azure Service Operator Developer Guide](docs/community/developer-guide.md).
5
+
Please see also the [Azure Service Operator Contribution Guide](https://azure.github.io/azure-service-operator/contributing) for Azure Service Operator contributions.
6
6
7
7
## Contributor License Agreements
8
8
@@ -14,48 +14,17 @@ The [Microsoft CLA](https://cla.microsoft.com/) must be signed by all contributo
14
14
***NOTE***: Only original source code from you and other people that have
15
15
signed the CLA can be accepted into the repository.
16
16
17
-
## Support Channels
18
-
19
-
This is an open source project and as such no formal support is available. However, like all good open source projects we do offer "best effort" support through github issues.
20
-
21
-
GitHub issues can be filed here - https://github.com/Azure/azure-service-operator/issues
22
-
23
-
Before opening a new issue or submitting a new pull request, it's helpful to search the project - it's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.
24
-
25
-
## Issues
26
-
27
-
Issues are used as the primary method for tracking anything to do with the Azure Service Operator project.
28
-
29
-
### Issue Lifecycle
30
-
31
-
The issue lifecycle is mainly driven by the core maintainers, but is good information for those contributing to the project. All issue types follow the same general lifecycle. Differences are noted below.
32
-
1. Issue creation
33
-
2. Triage
34
-
- The maintainer in charge of triaging will apply the proper labels for the issue. This includes labels for priority, type, and metadata. If additional
35
-
labels are needed in the future, we will add them.
36
-
- (If needed) Clean up the title to succinctly and clearly state the issue. Also ensure that proposals are prefaced with "Proposal".
37
-
3. Discussion
38
-
- "Feature" and "Bug" issues should be connected to the PR that resolves it.
39
-
- Whoever is working on a "Feature" or "Bug" issue (whether a maintainer or someone from the community), should either assign the issue to themself or make a comment in the issue saying that they are taking it.
40
-
- "Proposal" and "Question" issues should stay open until resolved or if they have not been active for more than 30 days. This will help keep the issue queue to a manageable size and reduce noise. Should the issue need to stay open, the `keep open` label can be added.
41
-
4. Issue closure
42
17
43
18
## How to Contribute a Patch
44
19
45
20
1. If you haven't already done so, sign a Contributor License Agreement (see details above).
46
21
2. Fork the desired repo, develop and test your code changes.
47
22
3. Submit a pull request.
48
23
49
-
## Reporting Security Issues
50
-
51
-
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, including this one.
52
-
53
-
If you believe you have found a security vulnerability in this repository that meets Microsoft's [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
54
-
55
-
**Please do not report security vulnerabilities through public GitHub issues.**
24
+
## Support Channels
56
25
57
-
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
26
+
This is an open source project and as such no formal support is available. However, like all good open source projects we do offer "best effort" support through github issues.
58
27
59
-
We prefer all communications to be in English.
28
+
GitHub issues can be filed here - https://github.com/Azure/azure-service-operator/issues
60
29
61
-
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
30
+
Before opening a new issue or submitting a new pull request, it's helpful to search the project - it's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
# Azure Service Operator Samples
2
2
3
-
This project contains example uses of the Azure Service Operator. These examples show how to deploy Azure services alongside your Kubernetes deployments.
3
+
This project contains example uses of the Azure Service Operator. These examples show how to deploy Azure services alongside your Kubernetes deployments.
4
+
For more information on ASO, refer to our [official documentation website](https://azure.github.io/azure-service-operator/).
4
5
5
6
## Examples
6
7
7
-
The example deployments currently contained in this repository:
8
-
9
-
*[azure-votes-sql](./azure-votes-sql) - example Go web app using Azure SQL Server
10
-
*[wordpress-demo](./wordpress-demo) - example deploying Wordpress with Azure Databases for MySQL
11
-
12
8
### ASO v2
13
9
Examples using the v2 operator with code-generated resources for full coverage.
14
10
*[azure-votes-postgresql](./azure-votes-postgresql) - Go voting web app using PostgreSQL server
@@ -33,7 +29,7 @@ Go to the directory containing the example you would like to try. Follow the rea
33
29
34
30
## Contributing
35
31
36
-
The [contribution guide][contribution-guide] covers everything you need to know about how you can contribute to Azure Service Operators. The [developer guide][developer-guide] will help you onboard as a developer.
32
+
The [contribution guide][contribution-guide] covers everything you need to know about how you can contribute to Azure Service Operator Samples.
0 commit comments