-
Notifications
You must be signed in to change notification settings - Fork 16
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
Review Contributing docs #966
Conversation
@@ -0,0 +1,5 @@ | |||
# Contributing to Canonical Kubernetes |
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.
Does Canonical have a standard way to create a CONTRIBUTE.md file?
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.
Great work, thanks a lot @eaudetcobello! LGTM overall. Left some minor comments.
|
||
4. Create a separate PR in the `k8s-snap-api` repository with your API changes. | ||
|
||
5. Reference your `k8s-snap-api` PR in your main `k8s-snap` PR. |
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.
Maybe we can also add:
6. Once the k8s-snap-api PR is merged and tagged, remove the replace directive and update k8s-snap-api version in your k8s-snap PR
Or something like this.
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.
Nice catch
I think @HomayoonAlimohammadi comments are very relevant. Once they are addressed I think we can merge |
Expands the Contributing page, adds a CONTRIBUTING.md that links to the Contributing page.