What help is needed:
- Adding new jokes
- Adding new jokes in different languages
- Helping with documentation
- Making the App more professional
- Ensuring the jokes are appropriate
- ...
Go to GitHub Repository Look at Issues and see if anything there you would like to help If not there, create an issue Fork repository Do you work Create a Pull Request in to Repository
make sure the tests pass try to develop code that works from R2021a onwards
There are 3 steps to adding new jokes.
- Open get_joke
- Add them to the end - don't change the order
- Run all tests in test folder and make sure the everything is still working
There are 5 steps:
- Open get_joke.m
- Add case with the language in lower case
- create a variable jokes in the same way other languages have done this
- update test_get_joke and make sure there is at least one test for the new language
- Ensure all tests pass