Thank you for your interest in making contributions to pseultra.
When contributing, make sure to:
- Use 4 spaces for indentation instead of tab
- Keep the first curly bracket on the same line as the control statement
- Adequately comment the purpose of any code you add
- Use variable and function names which are transparent
To contribute, first either create a new branch and fork for the changes you'd like to make. Then, update any READMEs and ensure all tests pass. Finally, create a pull request so we can merge your changes!