Skip to content

Commit 3043a46

Browse files
modified changes according to suggestions
1 parent c825b11 commit 3043a46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to contribute
22

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.
44

55
## Email and Chat
66

@@ -12,7 +12,7 @@ Java Operator SDK is Apache 2.0 licensed and accepts contributions via GitHub pu
1212
https://github.com/operator-framework/java-operator.git
1313

1414
- If you want to build/run the project, use command
15-
mvn clean install
15+
`TBD`
1616

1717
## Reporting bugs and creating issues
1818

@@ -26,7 +26,7 @@ This is a rough outline of what a contributor's workflow looks like:
2626
- Make commits of logical units.
2727
- Make sure commit messages are in the proper format (see below).
2828
- 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`
3030
- Push changes in a topic branch to a personal fork of the repository.
3131
- Submit a pull request to operator-framework/operator-sdk.
3232
- The PR must receive a LGTM from two maintainers found in the MAINTAINERS file.
@@ -35,7 +35,7 @@ Thanks for contributing!
3535

3636
### Code style
3737

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.
3939

4040
Please follow this style to make operator-sdk easy to review, maintain and develop.
4141

@@ -67,7 +67,7 @@ The first line is the subject and should be no longer than 70 characters, the se
6767

6868
### PR Review
6969

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.
7171

7272
That's it! Thank you for your contribution!
7373

0 commit comments

Comments
 (0)