diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/bug-report-discord-bot.md similarity index 86% rename from .github/ISSUE_TEMPLATE/---bug-report.md rename to .github/ISSUE_TEMPLATE/bug-report-discord-bot.md index 0159778..3e34bc8 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report-discord-bot.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-report-telegram-bot.md b/.github/ISSUE_TEMPLATE/bug-report-telegram-bot.md new file mode 100644 index 0000000..80b2359 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-telegram-bot.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/---new-feature.md b/.github/ISSUE_TEMPLATE/new-feature-discord-bot.md similarity index 95% rename from .github/ISSUE_TEMPLATE/---new-feature.md rename to .github/ISSUE_TEMPLATE/new-feature-discord-bot.md index 4fe5a4c..b094e1a 100644 --- a/.github/ISSUE_TEMPLATE/---new-feature.md +++ b/.github/ISSUE_TEMPLATE/new-feature-discord-bot.md @@ -2,7 +2,7 @@ name: "\U0001f680 New Feature" about: "Any issue you want to suggest or maybe implement." title: '' -labels: enhancement +labels: enhancement, discord bot assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/new-feature-telegram-bot.md b/.github/ISSUE_TEMPLATE/new-feature-telegram-bot.md new file mode 100644 index 0000000..df6a0b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-feature-telegram-bot.md @@ -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 + + +## Directions/Approach + + +## 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 ✌️ \ No newline at end of file