Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto authored Feb 24, 2021
1 parent bfe6e40 commit e7be891
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report--runtime-.md
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.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report--runtime-level-.md
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.
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.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/question--library-usage-.md
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:**

0 comments on commit e7be891

Please sign in to comment.