-
Notifications
You must be signed in to change notification settings - Fork 73
Conversation
DEVELOPMENT.md
Outdated
|
||
git clone https://github.com/YOUR_USERNAME/common | ||
cd common | ||
git remote add upstream https://github.com/kubeflow/common |
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 can probably skip these steps in the doc and point to a GitHub tutorial for fork/pull request instead so this doc can focus on kubeflow/common.
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 point. Point user to git flow official doc now.
DEVELOPMENT.md
Outdated
|
||
## For repository owners | ||
|
||
Here's some guidelines for repository owners |
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.
Change to a complete sentence
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.
DEVELOPMENT.md
Outdated
Here's some guidelines for repository owners | ||
|
||
|
||
### commit style guide |
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.
commit -> Commit
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.
Signed-off-by: Jiaxin Shan <[email protected]>
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: terrytangyuan 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 |
Signed-off-by: Jiaxin Shan [email protected]
This doc gives a development guidance for other developer to easily onboard this.
It also address @gaocegege's feedback here.
#73 (comment)
Add a section to remind user don't edit codes from upstream.