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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# How to contribute
2
2
3
-
Java Operator SDK is Apache 2.0 licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on commit message formatting, contact points for developers, and other resources to help get contributions into java-operator-sdk.
3
+
Java Operator is Apache 2.0 licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on commit message formatting, contact points for developers, and other resources to help get contributions into the Java Operator.
4
4
5
5
## Email and Chat
6
6
@@ -12,7 +12,7 @@ Java Operator SDK is Apache 2.0 licensed and accepts contributions via GitHub pu
- If you want to build/run the project, use command
15
-
mvn clean install
15
+
`TBD`
16
16
17
17
## Reporting bugs and creating issues
18
18
@@ -26,7 +26,7 @@ This is a rough outline of what a contributor's workflow looks like:
26
26
- Make commits of logical units.
27
27
- Make sure commit messages are in the proper format (see below).
28
28
- Check your work after running all Unit and Regression Tests. You should run all the unit tests by hitting the following command
29
-
mvn clean install
29
+
`TBD`
30
30
- Push changes in a topic branch to a personal fork of the repository.
31
31
- Submit a pull request to operator-framework/operator-sdk.
32
32
- The PR must receive a LGTM from two maintainers found in the MAINTAINERS file.
@@ -35,7 +35,7 @@ Thanks for contributing!
35
35
36
36
### Code style
37
37
38
-
The coding style suggested by the Golang community is used in operator-sdk. See the [style doc](https://google.github.io/styleguide/javaguide.html) for details.
38
+
The coding style suggested by the Java community is used in Java operator. See the [style doc](https://google.github.io/styleguide/javaguide.html) for details.
39
39
40
40
Please follow this style to make operator-sdk easy to review, maintain and develop.
41
41
@@ -67,7 +67,7 @@ The first line is the subject and should be no longer than 70 characters, the se
67
67
68
68
### PR Review
69
69
70
-
Your PR will get reviewed soon from the maintainers of the project. If they suggest changes, do all the changes, commit the changes, rebase the branch, squash the commits and push the changes. If all will be fine, your PR will be merged.
70
+
Your PR will get reviewed soon from the maintainers of the project. If they suggest changes, do all the changes, commit the changes, rebase the branch, squash the commits and push the changes. If all is fine, your PR will be merged.
0 commit comments