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
<!-- Thanks for sending a pull request! Here are some tips for you:
2
+
3
+
1. If this is your first time, please read our contributor guidelines: https://github.com/istio-ecosystem/sail-operator/blob/main/CONTRIBUTING.md
4
+
2. Discuss your changes before you start working on them. You can open a new issue in the [Sail Operator GitHub repository](https://github.com/istio-ecosystem/sail-operator/issues) or start a discussion in the [Sail Operator Discussion](https://github.com/istio-ecosystem/sail-operator/discussions). By this way, you can get feedback from the community and ensure that your changes are aligned with the project goals.
5
+
3. If the PR is unfinished, make is as a draft.
6
+
-->
7
+
8
+
#### What type of PR is this?
9
+
<!--
10
+
In order to minimize the time taken to categorize your PR, add a label accoutring to the PR type defined above.
11
+
Please, use the following labels, according to the PR type:
12
+
* Enhancement / New Feature - enhancement
13
+
* Bug Fix - bug
14
+
* Refactor - cleanup/refactor
15
+
* Optimization - enhancement
16
+
* Test - test-e2e
17
+
* Documentation Update - documentation
18
+
-->
19
+
20
+
-[ ] Enhancement / New Feature
21
+
-[ ] Bug Fix
22
+
-[ ] Refactor
23
+
-[ ] Optimization
24
+
-[ ] Test
25
+
-[ ] Documentation Update
26
+
27
+
#### What this PR does / why we need it:
28
+
29
+
30
+
#### Which issue(s) this PR fixes:
31
+
<!--
32
+
*Automatically closes linked issue when PR is merged.
33
+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+
All members of the Sail Operator community must abide by the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
6
+
Only by respecting each other can we develop a productive, collaborative community.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-12
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,15 @@ If you want to contribute to the Sail Operator project, you can follow some rule
25
25
- Discuss your changes before you start working on them. You can open a new issue in the [Sail Operator GitHub repository](https://github.com/istio-ecosystem/sail-operator/issues) or start a discussion in the [Sail Operator Discussion](https://github.com/istio-ecosystem/sail-operator/discussions). By this way, you can get feedback from the community and ensure that your changes are aligned with the project goals.
26
26
- Use of Labels: We use labels in the issues to help us track the progress of the issues. You can use the labels to help you understand the status of the issue and what is needed to move forward. Those labels are:
27
27
-`backport/backport-handled`: Use this label to indicate that the issue has been backported to the appropriate branches.
28
-
-`testing`: Use this label to indicate that the issue is related to testing. Can be used in combination with other labels to mark the proper testing type, for example: `testing/e2e`, `testing/unit`, `testing/integration`.
28
+
-`test`: Use this label to indicate that the issue is related to test or add `test-needed` when a issue needs a test to be added related. Can be used in combination with other labels to mark the proper test type, for example: `test-e2e`, `test-unit`, `test-integration`.
29
29
-`good first issue`: Use this label to indicate that the issue is a good first issue for new contributors.
30
30
-`help wanted`: Use this label to indicate that the issue needs help from the community.
31
31
-`enhancement`: Use this label to indicate that the issue is an enhancement related to a new feature or improvement.
32
-
- Pull Requests: When you open a pull request, you can follow this template to help you provide the necessary information to the maintainers:
33
-
-**What type of PR is this?**
34
-
-**What this PR does / why we need it:**
35
-
-**Which issue(s) this PR fixes:** (Mark with Fixes #12345, with this the issue will be autoclosed when the PR is merged)
36
-
-**Special notes for your reviewer:**
37
-
-**Does this PR introduce a user-facing change?**
38
-
-**Additional documentation:**
39
-
-**Does this PR introduce a breaking change?**
40
-
-**Other information:**
41
-
- Labels: You can use the labels to help you track the status of the PR. The labels are the same as the issue labels. Additionally, you can use the `cleanup/refactor` to indicate that the PR is a cleanup or refactor of the codebase. Having the label just helps with filtering pull requests. It also is a hint that this work does not need an entry in the changelog
42
32
43
33
## Community meetings
44
34
45
35
This is not defined yet. We are working on defining the community meetings and how the community can participate in them. We will update this section once we have more information.
46
36
47
37
## Security Issues
48
38
49
-
If you find a security issue in the Sail Operator project, please refer to the [Security Policy](https://github.com/istio-ecosystem/sail-operator/security/policy) for more information on how to report security issues. Please do not report security issues in the public GitHub repository.
39
+
If you find a security issue in the Sail Operator project, please refer to the [Security Policy](https://github.com/istio-ecosystem/sail-operator/security/policy) for more information on how to report security issues. Please do not report security issues in the public GitHub repository.
0 commit comments