mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: simplify gh templates
This commit is contained in:
parent
2bae698c18
commit
608431b583
11
.github/ISSUE_TEMPLATE/bug-report-nuxt2.md
vendored
11
.github/ISSUE_TEMPLATE/bug-report-nuxt2.md
vendored
@ -12,20 +12,17 @@ Please carefully read the contribution docs before creating a bug report
|
|||||||
|
|
||||||
Please use the code sandbox 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
|
👉 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
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## 🪟 Environment
|
### Environment
|
||||||
|
|
||||||
<!-- You can use `npx nuxi info` to fill this section -->
|
<!-- 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. -->
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
## 📝 Steps to reproduce
|
### Steps to reproduce
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
@ -35,7 +32,7 @@ Steps to reproduce the behavior:
|
|||||||
4. See error
|
4. See error
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## ➕ Additional context
|
### Additional context
|
||||||
|
|
||||||
<!-- If applicable, add any other context about the problem here. -->
|
<!-- If applicable, add any other context about the problem here. -->
|
||||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
11
.github/ISSUE_TEMPLATE/bug-report-nuxt3.md
vendored
11
.github/ISSUE_TEMPLATE/bug-report-nuxt3.md
vendored
@ -12,20 +12,17 @@ Please carefully read the contribution docs before creating a bug report
|
|||||||
|
|
||||||
Please use the code sandbox 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
|
👉 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
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## 🪟 Environment
|
### Environment
|
||||||
|
|
||||||
<!-- You can use `npx nuxi info` to fill this section -->
|
<!-- 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. -->
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
## 📝 Steps to reproduce
|
### Steps to reproduce
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
@ -35,7 +32,7 @@ Steps to reproduce the behavior:
|
|||||||
4. See error
|
4. See error
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## ➕ Additional context
|
### Additional context
|
||||||
|
|
||||||
<!-- If applicable, add any other context about the problem here. -->
|
<!-- If applicable, add any other context about the problem here. -->
|
||||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
25
.github/PULL_REQUEST_TEMPLATE.md
vendored
25
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,29 +1,32 @@
|
|||||||
<!---
|
<!---
|
||||||
Provide a general summary of your changes in the title above.
|
☝️ PR title should follow conventional commits (https://conventionalcommits.org)
|
||||||
Example: fix(nitro): fix assets dir handling
|
|
||||||
|
Please carefully read the contribution docs before creating a pull request
|
||||||
|
👉 https://v3.nuxtjs.org/community/contribution
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## 🔗 Linked issue
|
### 🔗 Linked issue
|
||||||
|
|
||||||
<!-- ❗ Please ensure there is an open issue -->
|
<!-- ❗ Please ensure there is an open issue -->
|
||||||
...
|
#...
|
||||||
|
|
||||||
## 🖊️ Types of changes
|
### ❓ Type of change
|
||||||
|
|
||||||
|
<!-- What types of changes does your code introduce? Put `x's in all the boxes that apply: -->
|
||||||
|
|
||||||
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
|
||||||
- [ ] Documentation (updates to the documentation or readme)
|
- [ ] Documentation (updates to the documentation or readme)
|
||||||
- [ ] Bug fix (a non-breaking change which fixes an issue)
|
- [ ] Bug fix (a non-breaking change that fixes an issue)
|
||||||
- [ ] Enhancenment (improving an exisiting functionality like performance)
|
- [ ] Enhancement (improving an existing functionality like performance)
|
||||||
- [ ] New feature (a non-breaking change which adds functionality)
|
- [ ] New feature (a non-breaking change that adds functionality)
|
||||||
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
||||||
|
|
||||||
## 📚 Description
|
### 📚 Description
|
||||||
|
|
||||||
<!-- Describe your changes in detail -->
|
<!-- Describe your changes in detail -->
|
||||||
<!-- Why is this change required? What problem does it solve? -->
|
<!-- Why is this change required? What problem does it solve? -->
|
||||||
<!-- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337" -->
|
<!-- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337" -->
|
||||||
|
|
||||||
## 📝 Checklist
|
### 📝 Checklist
|
||||||
|
|
||||||
<!-- Put an `x` in all the boxes that apply. -->
|
<!-- Put an `x` in all the boxes that apply. -->
|
||||||
<!-- If your change requires a documentation PR, please link it appropriately -->
|
<!-- If your change requires a documentation PR, please link it appropriately -->
|
||||||
|
Loading…
Reference in New Issue
Block a user