diff --git a/.github/ISSUE_TEMPLATE/hikka-bug-report.md b/.github/ISSUE_TEMPLATE/hikka-bug-report.md new file mode 100644 index 0000000..4ab5791 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hikka-bug-report.md @@ -0,0 +1,39 @@ +--- +name: Hikka bug report +about: Report a bug related to Hikka userbot itself +title: '' +labels: bug, Hikka +assignees: '' + +--- + +## Before continuing, check the mark below +- [ ] This bug **is related to Hikka userbot itself**. It **is not related to modules**. +--- +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Userbot installation info:** + - Platform: +- [ ] 🕶️ Termux +- [ ] ✌️ lavHost +- [ ] ☁️ Okteto +- [ ] 🌺 Other platform + +- Hikka version: + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/hikka-improvement-request.md b/.github/ISSUE_TEMPLATE/hikka-improvement-request.md new file mode 100644 index 0000000..43f285b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hikka-improvement-request.md @@ -0,0 +1,17 @@ +--- +name: Hikka improvement request +about: Suggest an idea for Hikka userbot itself +title: '' +labels: enhancement, Hikka +assignees: '' + +--- + +## Before continuing, check the mark below +- [ ] My suggestion **is related to Hikka userbot itself**. It's not about illegal stuff, doesn't violate Telegram EULA and human rights and **is not related to modules**. +--- +**Describe the suggestion** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/module-request.md b/.github/ISSUE_TEMPLATE/module-request.md new file mode 100644 index 0000000..8d6fd8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/module-request.md @@ -0,0 +1,18 @@ +--- +name: Module request +about: Request a new module +title: '' +labels: idea +assignees: '' + +--- + +## Before continuing, check the mark below +- [ ] **My suggestion is not about illegal stuff, doesn't violate Telegram EULA and human rights.** +--- + +**Short description of idea**: + +**If you have an existing implementation of this idea, e.g. in another userbot, attach it here**: + +**Any additional information**: diff --git a/.github/ISSUE_TEMPLATE/modules-bug-report.md b/.github/ISSUE_TEMPLATE/modules-bug-report.md new file mode 100644 index 0000000..9295367 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/modules-bug-report.md @@ -0,0 +1,19 @@ +--- +name: Modules bug report +about: Report a bug related to my modules +title: '' +labels: bug, module +assignees: '' + +--- + +## Before continuing, check the mark below +- [ ] This bug is related to **module from official [repository](https://mods.hikariatama.ru)**. +--- +**Module, related to problem** [E.g. HikariChat]: + +**Short description of the bug**: + +**Steps to reproduce**: + +**Any additional information**: