-
Notifications
You must be signed in to change notification settings - Fork 641
doc: move dev instructions to a new dev guide #2783
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2783 +/- ##
==========================================
+ Coverage 72.57% 72.63% +0.06%
==========================================
Files 701 701
Lines 91382 91496 +114
==========================================
+ Hits 66321 66461 +140
+ Misses 25061 25035 -26
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
IMO you may directly delete the content you moved from Contributing.md. I mean, this PR can integrate my PR (#2200). And after this PR is merged, I will close my PR. |
Add cross-references and connecting descriptions to both docs to ensure a smooth information navigation experience.
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!
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.
RiseDev currently also supports Kafka + Zookeeper. May modify this docs to reflect the change.
Rest LGTM, good work!
Added descriptions of Kafka and ZooKeeper components/services. |
…ata/risingwave into heng-updates-may24
@skyzh All comments resolved. Please check and let me know if you have additional comments. Thanks! |
* doc: move dev instructions to a new dev guide * doc: remove dev instructions from contributing.md Add cross-references and connecting descriptions to both docs to ensure a smooth information navigation experience. * doc: update cross-reference links * doc: fix a typo * Update developer-guide.md * Update CONTRIBUTING.md * doc: clarify about enabling and downloading a component * doc: bug fixes and additional info * doc: fix file names and links Co-authored-by: Ting Sun <[email protected]>
What's changed and what's your intention?
In the existing CONTRIBUTING.md, the instructions about submitting PRs are mixed with the instructions about how to develop RisingWave, which, due to its size, warrants a separate document, hence this pull request. The instructions about how to test the code changes are also moved to the developer guide.
@skyzh Please review and let me know if you have any comments. Thanks!
Additional changes are needed on top of the draft PR submitted by Ting. @Sunt-ing : Please review the changes and make necessary adjustments. Thanks.
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Checklist
Refer to a related PR or issue link (optional)
#2198