-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[Improvement] contribution doc improvement #17114
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
base: dev
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! Please check out our contributing guidelines. (https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md) |
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.
This PR has nothing to do with GSOC project. Please don't confuse. You should follow the pull request notice and create an issue first.
@@ -38,3 +38,5 @@ If you want to implement a Feature or fix a Bug. Please refer to the following: | |||
* When you're done, send a Pull Request to dolphinscheduler, please refer to the《[Submit Guide-Submit Pull Request Process](./submit-code.md)》 | |||
|
|||
If you want to submit a Pull Request to complete a Feature or fix a Bug, it is recommended that you start with the `good first issue`, `easy-to-fix` issues, complete a small function to submit, do not change too many files at a time, changing too many files will also put a lot of pressure on Reviewers, it is recommended to submit them through multiple Pull Requests, not all at once. | |||
|
|||
_Contributed as part of GSoC 2025 application by Marya Alamzeb_ |
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.
_Contributed as part of GSoC 2025 application by Marya Alamzeb_ |
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.
Please remove unnessnary change.
Issues function is used to track various Features, Bugs, Functions, etc. | ||
The project maintainer can organize the tasks to be completed through issues. | ||
Issue is an important step in drawing out a feature or bug, and the contents that can be discussed in an issue are not limited to the features, the causes of the existing bugs, the research on preliminary scheme, and the corresponding implementation design and code design. | ||
When the Issue is approved, the corresponding Pull Request should be implemented accordingly. |
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.
Why do this change?
This PR improves the documentation for easier understanding and onboarding.
This change is submitted as part of my GSoC 2025 application process with the Apache DolphinScheduler project (GSOC-284).