bottom/.github/pull_request_template.md

31 lines
983 B
Markdown
Raw Normal View History

## Description
_A description of the change, what it does, and why it was made. If relevant (such as any change that modifies the UI), **please provide screenshots** of the changes:_
2020-02-23 06:08:48 +00:00
## Issue
2020-02-27 23:31:08 +00:00
_If applicable, what issue does this address?_
2020-02-23 06:08:48 +00:00
2020-04-03 04:53:11 +00:00
Closes: #
2020-02-23 06:08:48 +00:00
2021-05-23 02:58:16 +00:00
## Testing
2021-05-23 02:58:16 +00:00
_If relevant, please state how this was tested. All changes **must** be tested to work:_
2022-08-14 22:17:01 +00:00
_If this is a code change, please also indicate which platforms were tested:_
2020-03-13 05:09:21 +00: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 02:58:16 +00: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, doc pages, etc.)_
2021-05-23 02:58:16 +00:00
- [ ] _The pull request passes the provided CI pipeline_
- [ ] _There are no merge conflicts_
- [ ] _If relevant, new tests were added (don't worry too much about coverage)_