1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +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 19:02:34 +01:00
## PR Type
2024-01-06 21:02:36 +00:00
2020-07-19 19:02:34 +01:00
<!-- What kind of change does this PR make? -->
<!-- Bug Fix / Feature / Refactor / Code Style / Other -->
2024-01-06 21:02:36 +00:00
INSERT_PR_TYPE
2020-07-19 19:02:34 +01:00
## PR Checklist
2024-01-06 21:02:36 +00:00
2021-06-27 07:28:26 +01:00
<!-- Check your PR fulfills the following items. -->
2020-07-19 19:02:34 +01: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 11:46:13 +01:00
- [ ] Format code with the nightly rustfmt (`cargo +nightly fmt`).
2020-07-19 19:02:34 +01:00
## Overview
2024-01-06 21:02:36 +00:00
2020-07-19 19:02:34 +01:00
<!-- Describe the current and new behavior. -->
<!-- Emphasize any breaking changes. -->
<!-- If this PR fixes or closes an issue, reference it here. -->
<!-- Closes #000 -->