mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
chore: fix issue template formatting
This commit is contained in:
parent
ad5d00795a
commit
06e99a10ae
14
.github/ISSUE_TEMPLATE/bug-report-nuxt2.md
vendored
14
.github/ISSUE_TEMPLATE/bug-report-nuxt2.md
vendored
@ -10,22 +10,22 @@ assignees: ''
|
||||
Please carefully read the contribution docs before creating a bug report
|
||||
👉 https://v3.nuxtjs.org/community/reporting-bugs
|
||||
|
||||
Please use the codesandbox template below to create a minimal reproduction
|
||||
Please use the code sandbox template below to create a minimal reproduction
|
||||
👉 https://codesandbox.io/s/github/nuxt/starter/tree/bridge-sandbox
|
||||
|
||||
If you're unsure about the issue, please open a github discussion first
|
||||
👉 https://github.com/nuxt/framework/discussions/categories/issues
|
||||
If you're unsure about the issue, please open a GitHub discussion first
|
||||
👉 https://github.com/nuxt/framework/discussions
|
||||
-->
|
||||
|
||||
**🪟 Environment**
|
||||
## 🪟 Environment
|
||||
|
||||
<!-- You can use `npx nuxi info` to fill this section -->
|
||||
|
||||
**🖊️ Describe the bug and expected behavior**
|
||||
## 🖊️ Describe the bug and expected behavior
|
||||
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
**📝 Steps to reproduce**
|
||||
## 📝 Steps to reproduce
|
||||
|
||||
<!--
|
||||
Steps to reproduce the behavior:
|
||||
@ -35,7 +35,7 @@ Steps to reproduce the behavior:
|
||||
4. See error
|
||||
-->
|
||||
|
||||
** ➕ Additional context**
|
||||
## ➕ Additional context
|
||||
|
||||
<!-- If applicable, add any other context about the problem here. -->
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||
|
14
.github/ISSUE_TEMPLATE/bug-report-nuxt3.md
vendored
14
.github/ISSUE_TEMPLATE/bug-report-nuxt3.md
vendored
@ -10,22 +10,22 @@ assignees: ''
|
||||
Please carefully read the contribution docs before creating a bug report
|
||||
👉 https://v3.nuxtjs.org/community/reporting-bugs
|
||||
|
||||
Please use the codesandbox template below to create a minimal reproduction
|
||||
Please use the code sandbox template below to create a minimal reproduction
|
||||
👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3-sandbox
|
||||
|
||||
If you're unsure about the issue, please open a github discussion first
|
||||
👉 https://github.com/nuxt/framework/discussions/categories/issues
|
||||
If you're unsure about the issue, please open a GitHub discussion first
|
||||
👉 https://github.com/nuxt/framework/discussions
|
||||
-->
|
||||
|
||||
**🪟 Environment**
|
||||
## 🪟 Environment
|
||||
|
||||
<!-- You can use `npx nuxi info` to fill this section -->
|
||||
|
||||
**🖊️ Describe the bug and expected behavior**
|
||||
## 🖊️ Describe the bug and expected behavior
|
||||
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
**📝 Steps to reproduce**
|
||||
## 📝 Steps to reproduce
|
||||
|
||||
<!--
|
||||
Steps to reproduce the behavior:
|
||||
@ -35,7 +35,7 @@ Steps to reproduce the behavior:
|
||||
4. See error
|
||||
-->
|
||||
|
||||
** ➕ Additional context**
|
||||
## ➕ Additional context
|
||||
|
||||
<!-- If applicable, add any other context about the problem here. -->
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||
|
Loading…
Reference in New Issue
Block a user