This repository was archived by the owner on Mar 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Bug report (Runtime) | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: Seia-Soto | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Call some API | ||
2. 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. | ||
|
||
**Used PROFILE (please complete the following information):** | ||
Please post your JSON encoded `profile.json` content which sensitive data wipped to issue new report. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Bug report (Runtime Level) | ||
about: Create a report to help us improve | ||
title: "[Bug]" | ||
labels: bug | ||
assignees: Seia-Soto | ||
|
||
--- | ||
|
||
<!-- | ||
Before start writing issue, I won't help you if you're one of following cases: | ||
1. Cannot jailbreak | ||
2. Cannot setup reverse engineering environment for your iDevice or Desktop | ||
If you want to request additional jailbreak about Clubhouse.app, please refer `Feature request` section. | ||
--> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Call some API | ||
2. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**PROFILE (please complete the following information):** | ||
Please post your JSON encoded `profile.json` content which sensitive data wipped to issue new report. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
25 changes: 25 additions & 0 deletions
25
.github/ISSUE_TEMPLATE/feature-request--reverse-engineering---outdated-codes-.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Feature request (Reverse Engineering & Outdated Codes) | ||
about: Report an accident which caused by outdated code or reverse engineered wrong | ||
title: "[Feature/Outdated]" | ||
labels: enhancement | ||
assignees: Seia-Soto | ||
|
||
--- | ||
|
||
<!-- | ||
Before start writing issue, I won't help you if you're one of following cases: | ||
1. Reverse engineering or patching other applications | ||
2. An unofficial function that original Clubhouse.app doesn't support (due to security of our users) | ||
Followings are good examples of this template: | ||
1. The code in this project is outdated and requires reverse engineering to dig information again | ||
--> | ||
|
||
**PROFILE (please complete the following information):** | ||
Please post your JSON encoded `profile.json` content which sensitive data wipped to issue new report. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Question (Library Usage) | ||
about: Ask question about using library | ||
title: "[Question]" | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Before start writing issue, I won't help you if you're one of following cases: | ||
1. Why this code isn't working? (should go to stackover flow) | ||
2. How to do (some specific and detailed stuff) and give me code if available (DON'T DO THIS) | ||
Followings are good examples of this template: | ||
1. Will this library support (something)? | ||
2. Can (some api function) have numeric argument at this time? | ||
--> | ||
|
||
**Environments (please complete the followings):** | ||
- Version: 1.0.17 | ||
- Runtime version: Node.JS v14 LTS | ||
|
||
**Question:** |