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:
Sébastien Chopin 2020-06-30 19:25:31 +02:00 committed by GitHub
parent 62282853a8
commit 4d6c67ea2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 18 deletions

47
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View 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?

View File

@ -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.

View 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. -->