enso/.github/PULL_REQUEST_TEMPLATE.md

30 lines
953 B
Markdown
Raw Normal View History

### Pull Request Description
2020-07-21 15:59:40 +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
<!--
- Mention important elements of the design.
- Mention any notable changes to APIs.
-->
### Checklist
2020-07-21 15:59:40 +03:00
Please include the following checklist in your PR:
- [ ] The documentation has been updated if necessary.
2022-05-23 05:16:04 +03:00
- [ ] All code conforms to the
[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),
and
[Rust](https://github.com/enso-org/enso/blob/develop/docs/style-guide/rust.md)
style guides.
2022-02-15 18:59:13 +03:00
- All code has been tested:
- [ ] Unit tests have been written where possible.
2022-05-23 05:16:04 +03:00
- [ ] If GUI codebase was changed: Enso GUI was tested when built using BOTH
`./run ide build` and `./run ide watch`.