Skip to content

Commit f703b85

Browse files
author
Jaeho Yoo
committed
Document code style
1 parent 1e6fa1e commit f703b85

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

development/process.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ The Trino project succeeds with your help and contributions. Find details on how
1818
to contribute, how maintainers assist, and more related information in the
1919
following sections:
2020

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+
2130
## Contribution process
2231

2332
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.
248257
understand and assess the security implications of running the test suite on
249258
the external service and ensure that no malicious code is run.
250259

251-
### Pull request review and merge
260+
### Pull request review and merge
252261

253262
The following criteria and aspects apply for merging pull requests.
254263

0 commit comments

Comments
 (0)