Skip to content

Commit 91a397f

Browse files
authored
Update DEVELOPMENT.md
1 parent c782c68 commit 91a397f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ tupleplus(main.list_value(1, 2), main.list_value(2, 3))
8080

8181
### Submit a PR
8282

83-
- If you're an SQL wizard, just add your new function(s) to the `aliases.sql` index for testing and validation.
84-
- If you're a developer, implement the new function(s) directly in the [source code](chsql_macros) and submit a full PR.
85-
- If you're a pro, you can also implement a test case for your new function(s) in the `tests/sql` directory.
83+
- If you're an SQL wizard, just open an issue with your proposal for testing, validation and implementation.
84+
- If you're a Developer, implement the new function(s) directly in the [source code](chsql_macros) and submit a full PR.
85+
- If you're a Saint, you can also implement a test case for your new function(s) in the `tests/sql` directory.
8686

8787
<br>
8888

0 commit comments

Comments
 (0)