Remove .github folder

This commit is contained in:
Korbs 2024-12-05 18:28:40 -05:00
parent 39513f2c56
commit f3e75eb9ee
4 changed files with 0 additions and 67 deletions

View file

@ -1,33 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
<!-- Before posting your issue, please make sure it is not related to Electron or the `<webview>` tag by checking Electron issues (https://github.com/electron/electron/issues). -->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Please complete the following information**
- OS: [e.g. iOS]
- electron-tabs version [e.g. 0.12.0]
- Electron version [e.g. 8.0.0]
**Code**
If your issue involves code, please consider creating a sample in a dedicated repository.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional information**
Add any other context about the problem here.

View file

@ -1 +0,0 @@
blank_issues_enabled: false

View file

@ -1,17 +0,0 @@
---
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.

View file

@ -1,16 +0,0 @@
---
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.
-->