-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
improve contributor docs #314
improve contributor docs #314
Conversation
BenTheElder
commented
Feb 18, 2019
- ungroup tool installs, most everyone should install git... generally improve the getting started guide
- add many links and a few more details to the scope document
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
these docs both still need work. this should help a little. |
I also happened to think of this part, I pushed an image last night. The source code https://github.com/tao12345666333/kindenv . Do we need to provide a standard development environment, like the moby project's development environment? |
I don't think that's necessary currently. We just require a reasonably up-to-date Go install and the same Docker install requirements as using kind. |
I agree with you. 👍 The original intention of this project was to add a timing build task for CI. Auto build node image synchronized with the upstream version of kubernetes |
Ooh, related to https://github.com/kubernetes-sigs/kind/issues ? 👀 |
/retest |
xref: #197 |
You can check if `git` is already on your system and properly installed with | ||
the following command: | ||
|
||
``` | ||
git --version | ||
``` | ||
This documentation is written using `git` version 2.17.1. | ||
This documentation is written using `git` version `2.17.1`. |
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.
written -> managed?
also possibly no need to add this sentence?
users without git will land with a fairly new and compatible git package as a download.
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.
SGTM, this was already in the doc, I only changed the command / version markup to match. Will remove.
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.
done
/lgtm |
/pony monday |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…es-sigs#314) * Fix azure provider managed * Fix merge * Change order