Update issue template
Signed-off-by: breakdowns <hafitz666@outlook.co.id>
This commit is contained in:
parent
3e1fdb0c20
commit
6c01176936
|
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Create a bug report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the Bug**
|
||||
A clear and concise description about the bug.
|
||||
|
||||
**Expected behaviour**
|
||||
Tell us what you had expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to explain your problem.
|
||||
|
||||
**Add Logs**
|
||||
Add logs of your bot (hiding credentials) so that we can help you quickly.
|
||||
|
||||
**Additional info**
|
||||
Any other details about the issue.
|
||||
|
||||
**NOTE:**
|
||||
We don't provide support for modified code/repo of slam-mirrorbot, so don't report errors/bug arising from your modified code. Fix it yourself.
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
name: Bug Report
|
||||
description: Create a bug report to help us improve
|
||||
body:
|
||||
- type: textarea
|
||||
id: describe-the-bug
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description about the bug. **NOTE:** We don't provide support for modified code/repo of slam-mirrorbot, so don't report errors/bug arising from your modified code. Fix it yourself.
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-behaviour
|
||||
attributes:
|
||||
label: Expected behaviour
|
||||
description: Tell us what you had expected to happen.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If applicable, add screenshots to explain your problem.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: add-logs
|
||||
attributes:
|
||||
label: Add Logs
|
||||
description: Add logs of your bot (hiding credentials) so that we can help you quickly.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-info
|
||||
attributes:
|
||||
label: Additional info
|
||||
description: Any other details about the issue.
|
||||
validations:
|
||||
required: true
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Slam Mirrorbot Channels
|
||||
url: https://t.me/SlamMirrorUpdates
|
||||
about: Updates Channels
|
||||
- name: Slam Mirrorbot Group
|
||||
url: https://t.me/SlamSupport
|
||||
about: Support Group
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**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.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
body:
|
||||
- type: textarea
|
||||
id: is-your-feature-request-related-to-a-problem-please-describe
|
||||
attributes:
|
||||
label: Is your feature request related to a problem? Please describe.
|
||||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: describe-the-solution-youd-like
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
validations:
|
||||
required: false
|
||||
|
|
@ -6,7 +6,7 @@ import asyncio
|
|||
from pyrogram import idle
|
||||
from sys import executable
|
||||
|
||||
from telegram import ParseMode, InlineKeyboardMarkup
|
||||
from telegram import ParseMode
|
||||
from telegram.ext import CommandHandler
|
||||
from telegraph import Telegraph
|
||||
from wserver import start_server_async
|
||||
|
|
@ -98,7 +98,7 @@ def bot_help(update, context):
|
|||
<br><br>
|
||||
<b>/{BotCommands.UnzipMirrorCommand}</b> [download_url][magnet_link]: Starts mirroring and if downloaded file is any archive, extracts it to Google Drive
|
||||
<br><br>
|
||||
<b>/{BotCommands.QbMirrorCommand}</b> [magnet_link]: Start Mirroring using qBittorrent, Use /{BotCommands.QbMirrorCommand} s to select files before downloading
|
||||
<b>/{BotCommands.QbMirrorCommand}</b> [magnet_link]: Start Mirroring using qBittorrent, Use <b>/{BotCommands.QbMirrorCommand} s</b> to select files before downloading
|
||||
<br><br>
|
||||
<b>/{BotCommands.QbTarMirrorCommand}</b> [magnet_link]: Start mirroring using qBittorrent and upload the archived (.tar) version of the download
|
||||
<br><br>
|
||||
|
|
@ -112,7 +112,7 @@ def bot_help(update, context):
|
|||
<br><br>
|
||||
<b>/{BotCommands.DeleteCommand}</b> [drive_url]: Delete file from Google Drive (Only Owner & Sudo)
|
||||
<br><br>
|
||||
<b>/{BotCommands.WatchCommand}</b> [youtube-dl supported link]: Mirror through youtube-dl. Click /{BotCommands.WatchCommand} for more help
|
||||
<b>/{BotCommands.WatchCommand}</b> [youtube-dl supported link]: Mirror through youtube-dl. Click <b>/{BotCommands.WatchCommand}</b> for more help
|
||||
<br><br>
|
||||
<b>/{BotCommands.TarWatchCommand}</b> [youtube-dl supported link]: Mirror through youtube-dl and tar before uploading
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Reference in New Issue