-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates to accommodate both telegram and discord bot
- Loading branch information
1 parent
974680f
commit 5558973
Showing
4 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.github/ISSUE_TEMPLATE/---bug-report.md → .../ISSUE_TEMPLATE/bug-report-discord-bot.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: "\U0001F41B Bug report for Telegram Bot" | ||
about: "If something isn't working as expected \U0001F914" | ||
title: '' | ||
labels: bug, telegram bot | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**System Description** | ||
Operating System : | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: "\U0001f680 New Feature for telegram bot" | ||
about: "Any issue you want to suggest or maybe implement." | ||
title: '' | ||
labels: enhancement, telegram bot | ||
assignees: '' | ||
|
||
--- | ||
|
||
## New feature | ||
<!-- Details about the new feature --> | ||
|
||
## Directions/Approach | ||
<!-- Any approach/direction how to implement it --> | ||
|
||
## First-time Contributors | ||
|
||
**If it is the first time that you contribute to the bot, follow these steps:** | ||
|
||
Write a comment in this issue thread to let other possible contributors know that you are working on this bug. For eg : `Hey all, I would like to work on this issue.`, follow [Contributing to the bot 🔥✨](https://github.com/osdc/bots/blob/master/CONTRIBUTING.md) and feel free to ask anything related to this issue ✌️ |