mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
chore: update issue templates (#7640)
* chore: update issue templates * chore: kindly asking for better issues * Update bug-report.md * Update feature-request.md Co-authored-by: pooya parsa <pooya@pi0.ir>
This commit is contained in:
parent
62282853a8
commit
4d6c67ea2d
47
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
---
|
||||
name: 🚨 Bug report | Bug 提交
|
||||
about: Report a bug report to help us improve Nuxt.js.
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚
|
||||
|
||||
**IMPORTANT** Before reporting a bug:
|
||||
|
||||
- Please make sure that you have read through Nuxt.js documentation: https://nuxtjs.org
|
||||
- If issue is related to a module please create the issue in corresponding repository
|
||||
- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`
|
||||
|
||||
👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.
|
||||
-->
|
||||
|
||||
### Versions
|
||||
|
||||
- nuxt: <!-- ex: v2.13.0 -->
|
||||
- node: <!-- ex: v12.14.0 >
|
||||
|
||||
### Reproduction
|
||||
|
||||
<!--
|
||||
Link to a minimal test case based on one of:
|
||||
- A fork of https://template.nuxtjs.org
|
||||
- A GitHub repository that can reproduce the bug
|
||||
Without a reproduction, it is so hard to address problem :(
|
||||
-->
|
||||
|
||||
<details open>
|
||||
<summary>Additional Details</summary>
|
||||
<br>
|
||||
<!-- Attaching `nuxt.config`, dependencies, logs or code snippets would help to find the issue -->
|
||||
</details>
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
|
||||
### What is Expected?
|
||||
|
||||
|
||||
### What is actually happening?
|
20
.github/ISSUE_TEMPLATE/config.yml
vendored
20
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,22 +1,6 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 🚨 Bug report | Bug 提交
|
||||
url: https://bug.nuxtjs.org/
|
||||
about: |
|
||||
Please report bugs here.
|
||||
请在此提交 Bug。
|
||||
- name: 🙋 Feature request | 新功能提案
|
||||
url: https://feature.nuxtjs.org/
|
||||
about: |
|
||||
Please request features here.
|
||||
请在此提交新功能提案。
|
||||
- name: 🤔 Consulting from the Nuxt team | 咨询 Nuxt 团队
|
||||
url: https://otechie.com/nuxt
|
||||
about: |
|
||||
Get technical support, project audits, app deployments, and custom development from the core Nuxt.js team.
|
||||
咨询核心 Nuxt.js 团队以获得技术支持,项目审核,应用程序部署以及自定义开发等方面上的帮助。
|
||||
- name: ❗️ All other issues | 其他问题
|
||||
url: https://cmty.nuxtjs.org/
|
||||
url: https://discord.nuxtjs.org/
|
||||
about: |
|
||||
Please create all other issues here.
|
||||
请在此创建其他类型问题。
|
||||
Please use our Discord server for other issues and asking questions.
|
||||
|
26
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
name: 🙋 Feature request | 新功能提案
|
||||
about: Suggest an idea or enhancement for Nuxt.js.
|
||||
title: ''
|
||||
labels: 'feature'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚
|
||||
|
||||
### Is your feature request related to a problem? Please describe.
|
||||
|
||||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
|
||||
|
||||
### Describe the solution you'd like
|
||||
|
||||
<!-- A clear and concise description of what you want to happen. Adding some code examples would be neat! -->
|
||||
|
||||
### Describe alternatives you've considered
|
||||
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
||||
### Additional context
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
Loading…
Reference in New Issue
Block a user