-
Notifications
You must be signed in to change notification settings - Fork 1.8k
*: add CONTRIBUTING.MD #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: add CONTRIBUTING.MD #197
Conversation
## Getting started | ||
|
||
- Fork the repository on GitHub | ||
- See the [developer guide](./doc/dev/developer_guide.md) for build instructions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have a separate developer guide yet. But we already have the build instructions on the README/user-guide. We'll have to make do with that until we write more developer docs.
So rephrase it to:
See the user-guide for build instructions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry just saw the developer guide down below :)
CONTRIBUTING.MD
Outdated
@@ -0,0 +1,64 @@ | |||
# How to contribute | |||
|
|||
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 vault-operator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace vault-operator
with operator-sdk
here and in other places down below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed!
LGTM |
doc/dev/developer_guide.md
Outdated
|
||
## Testing | ||
|
||
Perform unit test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run unit tests:
LGTM after nit |
cc/ @hasbro17 @spahl @philips