Skip to content

Commit

Permalink
Update issue templates to accommodate both telegram and discord bot
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon1024 committed Nov 6, 2020
1 parent 974680f commit 6adc0b2
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "\U0001F41B Bug report"
name: "\U0001F41B Bug report for Discord Bot"
about: "If something isn't working as expected \U0001F914"
title: ''
labels: bug
labels: bug, discord bot
assignees: ''

---
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-telegram-bot.md
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.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "\U0001f680 New Feature"
name: "\U0001f680 New Feature for Discord Bot"
about: "Any issue you want to suggest or maybe implement."
title: ''
labels: enhancement
labels: enhancement, discord bot
assignees: ''

---
Expand Down
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/new-feature-telegram-bot.md
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 ✌️

0 comments on commit 6adc0b2

Please sign in to comment.