axum/.github/PULL_REQUEST_TEMPLATE.md

24 lines
573 B
Markdown
Raw Normal View History

2021-06-13 02:18:21 +08:00
<!--
Thank you for your Pull Request. Please provide a description above and review
the requirements below.
Bug fixes and new features should include tests.
2021-07-23 01:39:08 +08:00
Contributors guide: https://github.com/tokio-rs/axum/blob/master/CONTRIBUTING.md
2021-06-13 02:18:21 +08:00
-->
## Motivation
<!--
Explain the context and why you're making that change. What is the problem
you're trying to solve? If a new feature is being added, describe the intended
use case that feature fulfills.
-->
## Solution
<!--
Summarize the solution and provide any necessary context needed to understand
the code change.
-->