You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/8.adoc
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ You can upload your modified bugs, new functions and other codes to your persona
60
60
61
61
The IvorySQL community provides Chinese and English documents. English documents are saved in ... document repository, Chinese documents are saved in i18n document repository. You can contribute to one of them or both.
62
62
63
+
When you add or update a plugin compatibility document, you must also update the plugin summary table in xref:./5.0.adoc[IvorySQL Ecosystem Plugin Compatibility List]. Keep the plugin name, version, function description, use cases, and link to the detail page in sync so that the overview page and the detail page stay consistent.
64
+
63
65
==== Test IvorySQL and Report Bugs
64
66
65
67
GitHub: https://github.com/IvorySQL/IvorySQL
@@ -102,7 +104,7 @@ If the change you're working on touches functionality that is common between Pos
102
104
103
105
==== Patch submission
104
106
105
-
Once you are ready to share your work with the IvorySQL core team and the rest of the IvorySQL community, you should push all the commits to a branch in your own repository forked from the official IvorySQL and send us a pull request.
107
+
Once you are ready to share your work with the IvorySQL core team and the rest of the IvorySQL community, you should first create or claim the corresponding GitHub Issue, then push all the commits to a branch in your own repository forked from the official IvorySQL and send us a pull request. Every pull request must correspond to at least one Issue so that the change request, discussion, review, and merge result remain traceable.
106
108
107
109
==== Patch review
108
110
@@ -201,6 +203,8 @@ Click submit new issue button. WELL DONE!
201
203
202
204
2 Click the fork button in the upper right corner, Wait for the fork to finish
203
205
206
+
Before you start coding or editing documents, make sure there is a corresponding GitHub Issue for the change. You can create a new Issue or claim an existing one, but do not submit a PR without an associated Issue.
0 commit comments