diff --git a/.github/ISSUE_TEMPLATE/hikka-bug-report.md b/.github/ISSUE_TEMPLATE/hikka-bug-report.md new file mode 100644 index 0000000..9dfdb0b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hikka-bug-report.md @@ -0,0 +1,42 @@ +--- +name: Hikka bug report +about: Report a bug related to Hikka userbot itself +title: "" +labels: bug, Hikka +assignees: "" +--- + +- [x] 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 +- [ ] 🐳 Docker +- [ ] 🌺 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..ed3ef50 --- /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: "" +--- + +- [x] 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..83d9eb0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/module-request.md @@ -0,0 +1,17 @@ +--- +name: Module request +about: Request a new module +title: "" +labels: idea +assignees: "" +--- + +- [x] **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..d0f1eea --- /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: "" +--- + +- [x] 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**: