update issue form (#1206)
* update issue form
* udpate issue form
* udpate issue form
* udpate issue form
* udpate issue form
(cherry picked from commit 1c478393c0
)
pull/1276/head
parent
453f240335
commit
139080c56f
|
@ -1,6 +1,7 @@
|
||||||
name: Bug report
|
name: 🐞 Bug report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us reproduce and fix the bug
|
||||||
|
title: "[Bug] "
|
||||||
|
labels: ['Bug']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
@ -52,5 +53,3 @@ body:
|
||||||
If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
|
If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
|
||||||
|
|
||||||
Thanks for your bug report. We appreciate it a lot.
|
Thanks for your bug report. We appreciate it a lot.
|
||||||
|
|
||||||
labels: ['Bug']
|
|
|
@ -1,11 +1,15 @@
|
||||||
name: Feature request
|
name: 🚀 Feature request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
|
title: "[Feature] "
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: |
|
||||||
## Describe the feature
|
We strongly appreciate you creating a PR to implement this feature [here](https://github.com/open-mmlab/mmdeploy/pulls)!
|
||||||
|
If you need our help, please fill in as much of the following form as you're able to.
|
||||||
|
|
||||||
|
**The less clear the description, the longer it will take to solve it.**
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Motivation
|
label: Motivation
|
|
@ -0,0 +1,23 @@
|
||||||
|
name: 📚 Documentation
|
||||||
|
description: Report an issue related to the documentation.
|
||||||
|
labels: "kind/doc,status/unconfirmed"
|
||||||
|
title: "[Docs] "
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 📚 The doc issue
|
||||||
|
description: >
|
||||||
|
A clear and concise description the issue.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Suggest a potential alternative/fix
|
||||||
|
description: >
|
||||||
|
Tell us how we could improve the documentation in this regard.
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: >
|
||||||
|
Thanks for contributing 🎉!
|
|
@ -1,6 +1,12 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
|
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Common Issues
|
- name: 💥 FAQ
|
||||||
url: https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md
|
url: https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md
|
||||||
about: Check if your issue already has solutions
|
about: Check if your issue already has solutions
|
||||||
|
- name: 💬 Forum
|
||||||
|
url: https://github.com/open-mmlab/mmdeploy/discussions
|
||||||
|
about: Ask general usage questions and discuss with other MMDeploy community members
|
||||||
|
- name: 🌐 Explore OpenMMLab
|
||||||
|
url: https://openmmlab.com/
|
||||||
|
about: Get know more about OpenMMLab
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
name: General questions
|
|
||||||
about: Ask general questions to get help
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
Loading…
Reference in New Issue