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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,15 @@ The Trino project succeeds with your help and contributions. Find details on how
18
18
to contribute, how maintainers assist, and more related information in the
19
19
following sections:
20
20
21
+
## Code style
22
+
23
+
All contributions must follow the project's code style guidelines to ensure
24
+
consistency and readability. For Java code, follow the [Trino Java code style guide](https://github.com/trinodb/trino/blob/master/DEVELOPMENT.md#code-style).
25
+
For SQL and documentation, refer to the respective sections in the [development guide](https://github.com/trinodb/trino/blob/master/DEVELOPMENT.md).
26
+
27
+
Before submitting a pull request, please format your code and check for style issues.
28
+
Consistent code style helps reviewers and maintainers focus on the logic and quality of your contribution.
29
+
21
30
## Contribution process
22
31
23
32
This is the process we suggest for contributions. This process is designed to
@@ -248,7 +257,7 @@ The following aspects apply for reviewing pull requests.
248
257
understand and assess the security implications of running the test suite on
249
258
the external service and ensure that no malicious code is run.
250
259
251
-
### Pull request review and merge
260
+
### Pull request review and merge
252
261
253
262
The following criteria and aspects apply for merging pull requests.
0 commit comments