Skip to content

Commit 5558973

Browse files
committed
Update issue templates to accommodate both telegram and discord bot
1 parent 974680f commit 5558973

4 files changed

+46
-3
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md .github/ISSUE_TEMPLATE/bug-report-discord-bot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: "\U0001F41B Bug report"
2+
name: "\U0001F41B Bug report for Discord Bot"
33
about: "If something isn't working as expected \U0001F914"
44
title: ''
5-
labels: bug
5+
labels: bug, discord bot
66
assignees: ''
77

88
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U0001F41B Bug report for Telegram Bot"
3+
about: "If something isn't working as expected \U0001F914"
4+
title: ''
5+
labels: bug, telegram bot
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Expected behavior**
14+
A clear and concise description of what you expected to happen.
15+
16+
**Screenshots**
17+
If applicable, add screenshots to help explain your problem.
18+
19+
**System Description**
20+
Operating System :
21+
22+
**Additional context**
23+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/---new-feature.md .github/ISSUE_TEMPLATE/new-feature-discord-bot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "\U0001f680 New Feature"
33
about: "Any issue you want to suggest or maybe implement."
44
title: ''
5-
labels: enhancement
5+
labels: enhancement, discord bot
66
assignees: ''
77

88
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001f680 New Feature for telegram bot"
3+
about: "Any issue you want to suggest or maybe implement."
4+
title: ''
5+
labels: enhancement, telegram bot
6+
assignees: ''
7+
8+
---
9+
10+
## New feature
11+
<!-- Details about the new feature -->
12+
13+
## Directions/Approach
14+
<!-- Any approach/direction how to implement it -->
15+
16+
## First-time Contributors
17+
18+
**If it is the first time that you contribute to the bot, follow these steps:**
19+
20+
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 ✌️

0 commit comments

Comments
 (0)