bottom/.github/pull_request_template.md
Clement Tsang e1be318177
docs: update usage and config, add blurb in home (#876)
* docs: update usage and config, add blurb in home

* add doc pages to pr template
2022-11-07 23:36:27 -05:00

30 lines
983 B
Markdown

## 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:_
## Issue
_If applicable, what issue does this address?_
Closes: #
## Testing
_If relevant, please state how this was tested. All changes **must** be tested to work:_
_If this is a code change, please also indicate which platforms were tested:_
- [ ] _Windows_
- [ ] _macOS_
- [ ] _Linux_
## Checklist
_If relevant, ensure the following have been met:_
- [ ] _Areas your change affects have been linted using rustfmt (`cargo fmt`)_
- [ ] _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.)_
- [ ] _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)_