Update issue templates

This commit is contained in:
Thomas Brouard 2020-11-11 10:19:53 +01:00 committed by GitHub
parent 38444e6641
commit d86b597797
3 changed files with 34 additions and 1 deletions

View file

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''
---

View file

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.

16
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View file

@ -0,0 +1,16 @@
---
name: Question
about: Ask a specific question about electron-tabs
title: ''
labels: question
assignees: ''
---
<!--
IMPORTANT: before posting your question, please:
- Read electron-tabs documentation which normally contains everything you need to know: https://github.com/brrd/electron-tabs/blob/master/README.md
- Check Electron docs if you don't feel comfortable yet with Electron common concepts: https://www.electronjs.org/docs
- Make sure your question is specific enough. This issue tracker is not intended to provide tutorials about how to develop an entire application. ISSUES WHICH DON'T RESPECT THIS RULE WILL BE CLOSED WITHOUT AN ANSWER.
- Give details and code samples if relevant.
-->