1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/.github/PULL_REQUEST_TEMPLATE.md

28 lines
822 B
Markdown
Raw Normal View History

<!-- Thanks for considering contributing actix! -->
<!-- Please fill out the following to make our reviews easy. -->
2020-07-19 20:02:34 +02:00
## PR Type
2024-01-06 22:02:36 +01:00
2020-07-19 20:02:34 +02:00
<!-- What kind of change does this PR make? -->
<!-- Bug Fix / Feature / Refactor / Code Style / Other -->
2024-01-06 22:02:36 +01:00
INSERT_PR_TYPE
2020-07-19 20:02:34 +02:00
## PR Checklist
2024-01-06 22:02:36 +01:00
2021-06-27 08:28:26 +02:00
<!-- Check your PR fulfills the following items. -->
2020-07-19 20:02:34 +02:00
<!-- For draft PRs check the boxes as you complete them. -->
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] A changelog entry has been made for the appropriate packages.
2022-03-29 12:46:13 +02:00
- [ ] Format code with the nightly rustfmt (`cargo +nightly fmt`).
2020-07-19 20:02:34 +02:00
## Overview
2024-01-06 22:02:36 +01:00
2020-07-19 20:02:34 +02:00
<!-- Describe the current and new behavior. -->
<!-- Emphasize any breaking changes. -->
<!-- If this PR fixes or closes an issue, reference it here. -->
<!-- Closes #000 -->