Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 authored Nov 15, 2024
1 parent 4788872 commit 6493af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Example: Add a new string function `reverse(value: string): string`
* Add more test cases for other results, alternative parameters, or covering edge cases
* Group all test cases for a method using `it should "return null if the argument is not a string" in { ??? }`
* Add one test case that invokes the function with named arguments: `reverse(value: "adnumac")`
* If the function returns an error, verify the error in the test case: `should (returnNull() and reportFailure(FUNCTION_INVOCATION_FAILURE, "Failed to invoke function 'reverse': something went wrong"))`
* Run all tests to verify the behavior
* Run the Maven build to format the code
* Open a pull request and link to the FEEL issue
Expand Down

0 comments on commit 6493af2

Please sign in to comment.