-
Notifications
You must be signed in to change notification settings - Fork 105
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
add contributing checkout list #138
Conversation
Signed-off-by: wiwen <shenggxhz@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #138 +/- ##
=======================================
Coverage 22.90% 22.90%
=======================================
Files 14 14
Lines 489 489
=======================================
Hits 112 112
Misses 376 376
Partials 1 1 Continue to review full report at Codecov.
|
CONTRIBUTING.md
Outdated
- Pass the compile and tests - includes spell checks, formatting, etc. | ||
- Commit header (first line) should convey what changed and it should follow the commit [guideline](https://github.com/openebs/openebs/blob/master/contribute/git-commit-message.md) | ||
- Commit body should include details such as why the changes are required and how the proposed changes help | ||
- DCO Signed | ||
- DCO Signed | ||
* if you have changed crd(comment or anything), then run make manifests to generate the crds as they are auto generated. So you need to do two things: |
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.
can we remove this line and append make manifests
with make format
in the above line (line 29).
Before committing your code, make sure you have run make format
and make manifests
, to format the code and autogenerate the CRDs yaml.
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.
@Icedroid thanks for this PR. Have one minor comment.
Signed-off-by: wiwen <shenggxhz@gmail.com>
fix it and doned. when the two pr can be merged? |
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 @Icedroid .
improve the contrubuting document,add make format document to the contrubuting document.