-
Notifications
You must be signed in to change notification settings - Fork 205
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
added guide for contributing to the netplan documentation #457
Conversation
doc/contribute-docs.md
Outdated
These steps will show you how to build the documentation on your local machine. | ||
1. To build this documentation, first create a fork of the [Netplan repository](https://github.com/canonical/netplan) and clone that into your machine. For example: | ||
```shell | ||
git clone [email protected]:ade555/netplan.git |
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.
Thanks for your contribution. May I ask you to change this to a generic github link instead of your own? Some people tend to copy and paste things verbatim :)
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.
Thanks for your contribution. May I ask you to change this to a generic github link instead of your own? Some people tend to copy and paste things verbatim :)
Definitely. I'll change it right now.
@rkratky May I ask you to take a look at this? |
Hi, @rkratky is there any progress on this, yet? |
Apologies, this slipped through the cracks. I will submit a review soon. |
Thank you very much |
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.
@ade555, thanks a lot for the PR. I submitted my review with suggestions (apologies for taking so long).
Aside: the issue (Netplan: Add info on building docs to README) asked for info to be added to the repo's README.md
file. That should be just a very brief overview. From there, we can link to this page in docs.
I'll work on this and submit a PR today. |
Hi, @rkratky. I worked on your suggestions already and made corrections where necessary. I have also included an overview to the readme file. Please check it out and let me know what you think. Currently, two checks are failing, but they're not documentation checks and I didn't touch the code base, so I'm assuming it's safe for me to ignore them. If not, please point me in the right direction to fix them. Thank you! |
Excellent, thank you. I'm off until next week, and then I'll be in company meetings most of the time, but I'll try to get back to you at soon as possible. Again, apologies for the delays. |
No problem about that, @rkratky. Enjoy your break! |
The "Run spread" and "Autopkgtest DebCI" checks are known (temporary) failures and can be safely ignored for this PR. |
Okay, then. Thank you very much for letting me know @slyon. |
Hi, @rkratky are you available to give this a quick look now? |
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.
Thank you very much for your contribution to Netplan!
This is generally looking good to me, so it can be merged once we receive Robert's +1.
I left two tiny inline-comments that you should consider fixing first, though.
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.
Thank you, @ade555. A few more nitpicks.
Hi, @rkratky I made a PR just now to fix all the issues you pointed out. Please check and revert when you can. I noticed a documentation test is failing (specifically the link check test) but everything seems fine when I run it locally. Can you give me tips to debug the issue? |
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.
Thank you.
@slyon, this is good to be merged for mow.
modified the doc/contribute-docs.md file to include information about building the documentation locally and other information to successfully contribute to the documentation
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Robert Krátký <[email protected]>
Co-authored-by: Lukas Märdian <[email protected]>
Rebased, should now be ready for merging. Thanks again for your contribution to Netplan @ade555 ! |
modified the doc/contribute-docs.md file to include information about building the documentation locally and other information to successfully contribute to the documentation
Description
Checklist
make check
successfully.make check-coverage
).