enso/.github/PULL_REQUEST_TEMPLATE.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
1.2 KiB
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
2023-03-09 05:23:15 +03:00
Please ensure that the following checklist has been satisfied before submitting the PR:
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),
[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.
- [ ] Unit tests have been written where possible.