1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00
actix-web/.github/PULL_REQUEST_TEMPLATE.md

29 lines
864 B
Markdown
Raw Permalink Normal View History

2020-07-21 09:40:30 +02:00
<!-- Thanks for considering contributing actix! -->
2021-01-15 05:54:23 +01:00
<!-- Please fill out the following to get your PR reviewed quicker. -->
2020-07-21 09:40:30 +02:00
## PR Type
2023-02-26 01:55:57 +01:00
2020-07-21 09:40:30 +02:00
<!-- What kind of change does this PR make? -->
2020-07-10 15:55:56 +02:00
<!-- Bug Fix / Feature / Refactor / Code Style / Other -->
2023-02-26 01:55:57 +01:00
PR_TYPE
## PR Checklist
2023-02-26 01:55:57 +01:00
2021-07-12 17:55:24 +02:00
<!-- Check your PR fulfills the following items. -->
<!-- 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.
2021-01-15 05:54:23 +01:00
- [ ] Format code with the latest stable rustfmt.
- [ ] (Team) Label with affected crates and semver status.
## Overview
2023-02-26 01:55:57 +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 -->