bottom/.github/pull_request_template.md

30 lines
923 B
Markdown
Raw Normal View History

## Description
_A description of the change and what it does. If relevant (such as any change that modifies the UI), **please provide screenshots** of the change:_
2020-02-23 09:08:48 +03:00
## Issue
2020-02-28 02:31:08 +03:00
_If applicable, what issue does this address?_
2020-02-23 09:08:48 +03:00
2020-04-03 07:53:11 +03:00
Closes: #
2020-02-23 09:08:48 +03:00
2021-05-23 05:58:16 +03:00
## Testing
2021-05-23 05:58:16 +03:00
_If relevant, please state how this was tested. All changes **must** be tested to work:_
2021-05-23 05:58:16 +03:00
_Furthermore, mark which platforms this change was tested on. All platforms directly affected by the change **must** be tested_
2020-03-13 08:09:21 +03:00
- [ ] _Windows_
- [ ] _macOS_
- [ ] _Linux_
## Checklist
_If relevant, ensure the following have been met:_
- [ ] _Areas your change affects have been linted using rustfmt (`cargo fmt`)_
2021-05-23 05:58:16 +03:00
- [ ] _The change has been tested and doesn't appear to cause any unintended breakage_
- [ ] _Documentation has been added/updated if needed (`README.md`, help menu, etc.)_
2021-05-23 05:58:16 +03:00
- [ ] _The pull request passes the provided CI pipeline_
- [ ] _There are no merge conflicts_