mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-09-14 02:13:19 +08:00
docs: add template & issue action (#305)
* docs: add pr template * Create bug_report.md * Create question.md * Create issue-reply.yml
This commit is contained in:
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
name: 🐛 Report Bug
|
||||
about: Report Bug.
|
||||
title: '[BUG] Report bug'
|
||||
labels: 'bug'
|
||||
assignees:
|
||||
---
|
||||
|
||||
### 🐛 Bug description
|
||||
|
||||
|
||||
<!-- Please describe the bug in detail above so that everyone can understand. -->
|
||||
|
||||
### 🏞 Desired result
|
||||
|
||||
|
||||
<!-- Please describe above what you expected to see. -->
|
||||
|
||||
### 🚑 Other information
|
||||
|
||||
|
||||
<!-- Please enter other information such as screenshots above. -->
|
||||
<!-- From: https://github.com/one-template/issue-template -->
|
Reference in New Issue
Block a user