Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jan 16, 2025
1 parent 7526491 commit a177c25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/snap/howto/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module github.com/canonical/k8s
go 1.23.0
replace github.com/canonical/k8s-snap-api => /home/user/ubuntu/k8s-snap/src/k8s/k8s-snap-api
replace github.com/canonical/k8s-snap-api => /path/to/k8s-snap-api
require (
...
Expand All @@ -96,6 +96,9 @@ require (

5. Reference your `k8s-snap-api` PR in your main `k8s-snap` PR.

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

### Contribute changes

We welcome any improvements and bug-fixes to the {{product}} code.
Expand All @@ -117,8 +120,6 @@ For faster reviews, ensure your PR:
* Contains only changes that are relevant to the PRs stated purpose
* Updates relevant documentation

Draft PRs are welcome for early feedback, please mark them as such.

## Contribute to the documentation

Our aim is to provide easy-to-understand documentation on all aspects of
Expand Down

0 comments on commit a177c25

Please sign in to comment.