mirror of
https://github.com/enso-org/enso.git
synced 2024-12-30 01:55:57 +03:00
71bc491b28
Original commit: d9ca410246
21 lines
883 B
Markdown
21 lines
883 B
Markdown
### Pull Request Description
|
|
<!--
|
|
- 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
|
|
<!--
|
|
- Mention important elements of the design.
|
|
- Mention any notable changes to APIs.
|
|
-->
|
|
|
|
### Checklist
|
|
Please include the following checklist in your PR:
|
|
|
|
- [ ] The documentation has been updated if necessary.
|
|
- [ ] All code conforms to the [Rust](https://github.com/luna/enso/blob/master/doc/rust-style-guide.md), [Scala](https://github.com/luna/enso/blob/master/doc/scala-style-guide.md), [Java](https://github.com/luna/enso/blob/master/doc/java-style-guide.md) or [Haskell](https://github.com/luna/enso/blob/master/doc/haskell-style-guide.md) style guides as appropriate.
|
|
- [ ] All code has been tested where possible.
|
|
- [ ] All code has been profiled where possible.
|
|
|