Hello ! Thanks for taking the time to contribute to `AIscalate`!

**Before submitting a pull request,** please make sure the following is done:

## Summary of Changes

- What is the motivation / context for this change?
- Is this a bugfix or a feature?
- What does this change / fix? (Link to Github Issue page if applicable)

## Checklist

- [ ] My code follows the style guidelines of this project `make lint`
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes `make test`
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation, especially `FEATURES.rst`
- [ ] I updated `HISTORY.rst` with an entry summarizing my changes
