Welcome & thanks for taking your time to contribute to the project.
Some rules we've agreed on:
- code must be compatible with 7.02 ABAP
- new functionalities must be covered with unit tests
- all unit test must pass
- Style is KEYWORD uppercase; non-keyword lowercase (cf. @mbtools's ABAPgit User exit to pretty-print accordingly automatically : https://gist.github.com/mbtools/71aa345a8ccb8f375568f9f337569154)
- We appreciate Clean Code's recommandations and we'd like to enforce theses rules. Yet, most of the code has been written previously and we take care not to break compatibility.
- Don't hesitate to open an issue before submitting something substantial