2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/.github/PULL_REQUEST_TEMPLATE.md
T

27 lines
707 B
Markdown

<!--
Thanks for contributing to axios! A few quick notes:
- For non-trivial changes, please open an issue first so we can discuss the approach.
- Follow Conventional Commits in your commit messages (see CONTRIBUTING.md).
- If you leave the description blank, our AI agent will draft one — feel free to edit afterwards.
-->
## Summary
<!-- What does this PR do, and why? -->
## Linked issue
<!-- e.g. Closes #1234 -->
## Changes
<!-- Bullet list of the notable changes. Keep it short. -->
-
#### Checklist
- [ ] Tests added or updated (or N/A with reason)
- [ ] Docs / types updated if public API changed (`index.d.ts` and `index.d.cts`)
- [ ] No breaking changes (or called out explicitly above)