2019-06-11 19:07:54 +03:00
### Pull Request Description
2020-07-21 15:59:40 +03:00
2019-06-11 19:07:54 +03:00
<!--
- Please describe the nature of your PR here, as well as the motivation for it.
- If it fixes an open issue, please mention that issue number here.
-->
### Important Notes
2020-07-21 15:59:40 +03:00
2019-06-11 19:07:54 +03:00
<!--
- Mention important elements of the design.
- Mention any notable changes to APIs.
-->
### Checklist
2020-07-21 15:59:40 +03:00
2023-03-09 05:23:15 +03:00
Please ensure that the following checklist has been satisfied before submitting the PR:
2019-06-11 19:07:54 +03:00
2023-03-09 05:23:15 +03:00
- [ ] The documentation has been updated, if necessary.
- [ ] Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
- [ ] All code follows the
2022-05-23 05:16:04 +03:00
[Scala ](https://github.com/enso-org/enso/blob/develop/docs/style-guide/scala.md ),
[Java ](https://github.com/enso-org/enso/blob/develop/docs/style-guide/java.md ),
2024-04-30 11:53:00 +03:00
[TypeScript ](https://github.com/enso-org/enso/blob/develop/docs/style-guide/typescript.md ),
2022-05-23 05:16:04 +03:00
and
[Rust ](https://github.com/enso-org/enso/blob/develop/docs/style-guide/rust.md )
2023-03-09 05:23:15 +03:00
style guides. In case you are using a language not listed above, follow the [Rust ](https://github.com/enso-org/enso/blob/develop/docs/style-guide/rust.md ) style guide.
2024-04-30 11:53:00 +03:00
- [ ] Unit tests have been written where possible.