Pull Requests¶
Guidelines¶
- All code changes MUST be submitted as pull request and be peer reviewed by at least one other trusted person that is not the author.
- The merge request title MUST describe the change and adhere to the Conventional Commits standard.
### Prerequisites for Code Changes
* [ ] This pull request follows the code style of the project
* [ ] I have tested this feature
### Changes Proposed
* ...
### Additional Information