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: development/process.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ show_hero: true
7
7
show_pagenav: true
8
8
---
9
9
10
-
11
10
<divclass="container container__development">
12
11
13
12
<divclass="row spacer-60">
@@ -20,7 +19,7 @@ following sections:
20
19
21
20
## Contribution process
22
21
23
-
This is the process we suggest for contributions. This process is designed to
22
+
This is the process we suggest for contributions. This process is designed to
24
23
reduce the burden on project reviewers, impact on other contributors, and to
25
24
keep the amount of rework from the contributor to a minimum.
26
25
@@ -58,7 +57,7 @@ keep the amount of rework from the contributor to a minimum.
58
57
1. If you already have a `[WIP]` or draft PR, change it to ready for review.
59
58
2. Refer to the [GitHub documentation for more details about collaborating with PRs](https://docs.github.com/en/pull-requests).
60
59
3. Make sure the pull request passes the tests in CI.
61
-
2. If known, request a review from an expert in the area changed. If
60
+
4. If known, request a review from an expert in the area changed. If
62
61
unknown, ask for help on [Slack](/slack.html).
63
62
64
63
There are some tests that use external services, like Google BigQuery, and
@@ -102,12 +101,21 @@ keep the amount of rework from the contributor to a minimum.
102
101
website are updated.
103
102
* Finally the release is announced.
104
103
104
+
## Code style
105
+
106
+
All contributions must follow the project's code style guidelines to ensure
107
+
consistency and readability. For Java code, follow the [Trino Java code style guide](https://github.com/trinodb/trino/blob/master/.github/DEVELOPMENT.md#code-style).
108
+
For SQL and documentation, refer to the respective sections in the [development guide](https://github.com/trinodb/trino/blob/master/.github/DEVELOPMENT.md).
109
+
110
+
Before submitting a pull request, please format your code and check for style issues.
111
+
Consistent code style helps reviewers and maintainers focus on the logic and quality of your contribution.
112
+
105
113
## Pull request and commit guidelines <aname="commit"></a>
106
114
107
115
Contributions to Trino projects are managed as [collaboration with pull
0 commit comments