From 5973f127fe7d50db2242553371aba0ce5b4920a1 Mon Sep 17 00:00:00 2001 From: Dan Gazizullin Date: Mon, 25 Apr 2022 23:35:04 +0300 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5796bc3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**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. From 64dd59cfe81586784943eb0c85333900ca0e817a Mon Sep 17 00:00:00 2001 From: Dan Gazizullin Date: Tue, 26 Apr 2022 09:53:14 +0300 Subject: [PATCH 2/4] Update issue templates --- .../ISSUE_TEMPLATE/hikka-improvement-request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/hikka-improvement-request.md 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. From a0d3dd2d5473338ac3e5823d33d9c5ee10df534b Mon Sep 17 00:00:00 2001 From: Dan Gazizullin Date: Tue, 26 Apr 2022 10:02:54 +0300 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/hikka-bug-report.md | 39 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/module-request.md | 18 +++++++++ .github/ISSUE_TEMPLATE/modules-bug-report.md | 19 ++++++++++ 3 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/hikka-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/module-request.md create mode 100644 .github/ISSUE_TEMPLATE/modules-bug-report.md 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/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**: From 45f53a4c54b113c90ee77112080a9e0b136e0fad Mon Sep 17 00:00:00 2001 From: Dan Gazizullin Date: Tue, 26 Apr 2022 10:03:56 +0300 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ---------------------------- 1 file changed, 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5796bc3..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**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.