From 64e1095efedc64c9fecf5176bd9cf2e5e93140d6 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 7 May 2026 19:45:14 +0200 Subject: [PATCH] chore: update PR and issue template to use h2 (#10865) --- .github/ISSUE_TEMPLATE.md | 10 +++++----- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6282e62d..162fd435 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,11 +3,11 @@ Before opening: please search existing issues to avoid duplicates, and confirm t For usage questions, please use Stack Overflow (https://stackoverflow.com/questions/tagged/axios) instead. --> -#### Describe the issue +## Describe the issue A clear description of the bug or feature request. -#### Example code +## Example code @@ -15,15 +15,15 @@ A clear description of the bug or feature request. ``` -#### Expected behavior +## Expected behavior What you expected to happen. -#### Actual behavior +## Actual behavior What actually happened (include error messages or stack traces if relevant). -#### Environment +## Environment - Axios version: - Adapter: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5692832a..02c0c684 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,15 +5,15 @@ Thanks for contributing to axios! A few quick notes: - If you leave the description blank, our AI agent will draft one — feel free to edit afterwards. --> -#### Summary +## Summary -#### Linked issue +## Linked issue -#### Changes +## Changes