.github/pull_request_template.md
## Description
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
## Types of changes
What types of changes does your code introduce to Generator-Systemic?
_Put an `x` in the boxes that apply_
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update
- [ ] Other (if none of the other choices apply)
## How to review this PR
Please help the reviewers approaching this PR letting them know how to navigate through the changes in order to better understand them.
## Issues solved by this PR
Please link here the list of issues that this PR is going to solve.